Searched refs:resfh (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4proc.c174 struct svc_fh resfh; local
178 fh_init(&resfh, NFS4_FHSIZE);
189 &resfh, open->op_createmode,
203 open->op_fname.data, open->op_fname.len, &resfh);
210 do_set_nfs4_acl(rqstp, &resfh, open->op_acl, open->op_bmval);
213 fh_dup2(current_fh, &resfh);
217 &resfh.fh_handle);
223 fh_put(&resfh);
464 struct svc_fh resfh; local
468 fh_init(&resfh, NFS4_FHSIZ
741 struct svc_fh resfh; local
[all...]
H A Dvfs.c239 * N.B. After this call _both_ fhp and resfh need an fh_put
251 unsigned int len, struct svc_fh *resfh)
267 err = fh_compose(resfh, exp, dentry, fhp);
250 nfsd_lookup(struct svc_rqst *rqstp, struct svc_fh *fhp, const char *name, unsigned int len, struct svc_fh *resfh) argument

Completed in 70 milliseconds