Lines Matching defs:ref_fh
481 static void set_version_and_fsid_type(struct svc_fh *fhp, struct svc_export *exp, struct svc_fh *ref_fh)
487 if (ref_fh && ref_fh->fh_export == exp) {
488 version = ref_fh->fh_handle.fh_version;
489 fsid_type = ref_fh->fh_handle.fh_fsid_type;
491 ref_fh = NULL;
507 * loop around again without ref_fh set.
537 struct svc_fh *ref_fh)
539 /* ref_fh is a reference file handle.
542 * Currently, that means that if ref_fh->fh_handle.fh_version == 0xca
560 set_version_and_fsid_type(fhp, exp, ref_fh);
562 if (ref_fh == fhp)
563 fh_put(ref_fh);