diff options
Diffstat (limited to 'fs/nfsd/vfs.h')
| -rw-r--r-- | fs/nfsd/vfs.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h index 5b5894159f22..a4be2e389670 100644 --- a/fs/nfsd/vfs.h +++ b/fs/nfsd/vfs.h | |||
| @@ -39,7 +39,6 @@ | |||
| 39 | typedef int (*nfsd_dirop_t)(struct inode *, struct dentry *, int, int); | 39 | typedef int (*nfsd_dirop_t)(struct inode *, struct dentry *, int, int); |
| 40 | 40 | ||
| 41 | /* nfsd/vfs.c */ | 41 | /* nfsd/vfs.c */ |
| 42 | int fh_lock_parent(struct svc_fh *, struct dentry *); | ||
| 43 | int nfsd_racache_init(int); | 42 | int nfsd_racache_init(int); |
| 44 | void nfsd_racache_shutdown(void); | 43 | void nfsd_racache_shutdown(void); |
| 45 | int nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp, | 44 | int nfsd_cross_mnt(struct svc_rqst *rqstp, struct dentry **dpp, |
| @@ -56,6 +55,8 @@ int nfsd_mountpoint(struct dentry *, struct svc_export *); | |||
| 56 | __be32 nfsd4_set_nfs4_acl(struct svc_rqst *, struct svc_fh *, | 55 | __be32 nfsd4_set_nfs4_acl(struct svc_rqst *, struct svc_fh *, |
| 57 | struct nfs4_acl *); | 56 | struct nfs4_acl *); |
| 58 | int nfsd4_get_nfs4_acl(struct svc_rqst *, struct dentry *, struct nfs4_acl **); | 57 | int nfsd4_get_nfs4_acl(struct svc_rqst *, struct dentry *, struct nfs4_acl **); |
| 58 | __be32 nfsd4_set_nfs4_label(struct svc_rqst *, struct svc_fh *, | ||
| 59 | struct xdr_netobj *); | ||
| 59 | #endif /* CONFIG_NFSD_V4 */ | 60 | #endif /* CONFIG_NFSD_V4 */ |
| 60 | __be32 nfsd_create(struct svc_rqst *, struct svc_fh *, | 61 | __be32 nfsd_create(struct svc_rqst *, struct svc_fh *, |
| 61 | char *name, int len, struct iattr *attrs, | 62 | char *name, int len, struct iattr *attrs, |
| @@ -92,17 +93,13 @@ __be32 nfsd_remove(struct svc_rqst *, | |||
| 92 | struct svc_fh *, char *, int); | 93 | struct svc_fh *, char *, int); |
| 93 | __be32 nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type, | 94 | __be32 nfsd_unlink(struct svc_rqst *, struct svc_fh *, int type, |
| 94 | char *name, int len); | 95 | char *name, int len); |
| 95 | int nfsd_truncate(struct svc_rqst *, struct svc_fh *, | ||
| 96 | unsigned long size); | ||
| 97 | __be32 nfsd_readdir(struct svc_rqst *, struct svc_fh *, | 96 | __be32 nfsd_readdir(struct svc_rqst *, struct svc_fh *, |
| 98 | loff_t *, struct readdir_cd *, filldir_t); | 97 | loff_t *, struct readdir_cd *, filldir_t); |
| 99 | __be32 nfsd_statfs(struct svc_rqst *, struct svc_fh *, | 98 | __be32 nfsd_statfs(struct svc_rqst *, struct svc_fh *, |
| 100 | struct kstatfs *, int access); | 99 | struct kstatfs *, int access); |
| 101 | 100 | ||
| 102 | int nfsd_notify_change(struct inode *, struct iattr *); | ||
| 103 | __be32 nfsd_permission(struct svc_rqst *, struct svc_export *, | 101 | __be32 nfsd_permission(struct svc_rqst *, struct svc_export *, |
| 104 | struct dentry *, int); | 102 | struct dentry *, int); |
| 105 | int nfsd_sync_dir(struct dentry *dp); | ||
| 106 | 103 | ||
| 107 | #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL) | 104 | #if defined(CONFIG_NFSD_V2_ACL) || defined(CONFIG_NFSD_V3_ACL) |
| 108 | struct posix_acl *nfsd_get_posix_acl(struct svc_fh *, int); | 105 | struct posix_acl *nfsd_get_posix_acl(struct svc_fh *, int); |
