/* * Copyright (c) 2014 Anna Schumaker <Anna.Schumaker@Netapp.com> */#ifndef __LINUX_FS_NFS_NFS4_2_H#define __LINUX_FS_NFS_NFS4_2_H/* * FIXME: four LAYOUTSTATS calls per compound at most! Do we need to support * more? Need to consider not to pre-alloc too much for a compound. */#define PNFS_LAYOUTSTATS_MAXDEV (4)/* nfs4.2proc.c */intnfs42_proc_allocate(structfile*,loff_t,loff_t);intnfs42_proc_deallocate(structfile*,loff_t,loff_t);loff_tnfs42_proc_llseek(structfile*,loff_t,int);intnfs42_proc_layoutstats_generic(structnfs_server*,structnfs42_layoutstat_data*);intnfs42_proc_clone(structfile*,structfile*,loff_t,loff_t,loff_t);#endif /* __LINUX_FS_NFS_NFS4_2_H */