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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.c453 static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh) argument
459 if (ref_fh && ref_fh->fh_export == exp) {
460 version = ref_fh->fh_handle.fh_version;
461 fsid_type = ref_fh->fh_handle.fh_fsid_type;
463 ref_fh = NULL;
479 * loop around again without ref_fh set.
509 struct svc_fh *ref_fh)
511 /* ref_fh is a reference file handle.
514 * Currently, that means that if ref_fh
508 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, struct svc_fh *ref_fh) argument
[all...]

Completed in 99 milliseconds