Searched refs:svc_fh (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | vfs.h | 78 __be32 nfsd_lookup(struct svc_rqst *, struct svc_fh *, 79 const char *, unsigned int, struct svc_fh *); 80 __be32 nfsd_lookup_dentry(struct svc_rqst *, struct svc_fh *, 83 __be32 nfsd_setattr(struct svc_rqst *, struct svc_fh *, 87 __be32 nfsd4_vfs_fallocate(struct svc_rqst *, struct svc_fh *, 94 __be32 nfsd_create_locked(struct svc_rqst *, struct svc_fh *, 96 struct svc_fh *res); 97 __be32 nfsd_create(struct svc_rqst *, struct svc_fh *, 99 int type, dev_t rdev, struct svc_fh *res); 100 __be32 nfsd_access(struct svc_rqst *, struct svc_fh *, u32 *, u32 *); [all …]
|
| H A D | xdr3.h | 14 struct svc_fh fh; 21 struct svc_fh fh; 27 struct svc_fh fh; 32 struct svc_fh fh; 38 svc_fh fh; 47 struct svc_fh fh; 56 struct svc_fh fh; 65 struct svc_fh ffh; 68 struct svc_fh tfh; 74 struct svc_fh ffh; [all …]
|
| H A D | nfsfh.h | 81 typedef struct svc_fh { struct 113 } svc_fh; argument 134 extern enum fsid_source fsid_source(const struct svc_fh *fhp); 217 extern char * SVCFH_fmt(struct svc_fh *fhp); 222 __be32 fh_verify(struct svc_rqst *, struct svc_fh *, umode_t, int); 224 struct svc_fh *, umode_t, int); 225 __be32 fh_getattr(const struct svc_fh *fhp, struct kstat *stat); 226 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *); 227 __be32 fh_update(struct svc_fh *); 228 void fh_put(struct svc_fh *); [all …]
|
| H A D | xdr.h | 12 struct svc_fh fh; 16 struct svc_fh fh; 21 struct svc_fh fh; 27 struct svc_fh fh; 33 svc_fh fh; 40 struct svc_fh fh; 47 struct svc_fh ffh; 50 struct svc_fh tfh; 56 struct svc_fh ffh; 57 struct svc_fh tfh; [all …]
|
| H A D | export.h | 15 struct svc_fh; 126 __be32 exp_pseudoroot(struct svc_rqst *, struct svc_fh *);
|
| H A D | filecache.c | 1055 nfsd_file_get_dio_attrs(const struct svc_fh *fhp, struct nfsd_file *nf) in nfsd_file_get_dio_attrs() 1087 struct svc_fh *fhp, in nfsd_file_do_acquire() 1248 nfsd_file_acquire_gc(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_gc() 1273 nfsd_file_acquire(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire() 1309 struct auth_domain *client, struct svc_fh *fhp, in nfsd_file_acquire_local() 1345 nfsd_file_acquire_opened(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_opened() 1371 nfsd_file_acquire_dir(struct svc_rqst *rqstp, struct svc_fh *fhp, in nfsd_file_acquire_dir()
|
| H A D | nfs3acl.c | 34 svc_fh *fh; in nfsd3_proc_getacl() 92 svc_fh *fh; in nfsd3_proc_setacl()
|
| H A D | flexfilelayout.c | 24 const struct svc_fh *fhp, struct nfsd4_layoutget *args) in nfsd4_ff_proc_layoutget()
|
| H A D | localio.c | 54 struct svc_fh fh; in nfsd_open_local_fh()
|
| H A D | state.h | 804 struct nfsd4_compound_state *cstate, struct svc_fh *fhp,
|
| H A D | export.c | 1041 struct svc_fh fh; in exp_rootfh() 1341 exp_pseudoroot(struct svc_rqst *rqstp, struct svc_fh *fhp) in exp_pseudoroot()
|
| H A D | nfs4xdr.c | 3144 struct svc_fh *fhp; 3861 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr4() 3868 struct svc_fh *tempfh = NULL; in nfsd4_encode_fattr4() 3960 tempfh = kmalloc_obj(struct svc_fh); in nfsd4_encode_fattr4() 4117 struct svc_fh *fhp, struct svc_export *exp, in nfsd4_encode_fattr_to_buf() 4447 struct svc_fh *fhp = getattr->ga_fhp; in nfsd4_encode_getattr() 4460 struct svc_fh *fhp = u->getfh; in nfsd4_encode_getfh()
|