Searched refs:fh2 (Results 1 – 2 of 2) sorted by relevance
255 const struct knfsd_fh *fh2) in fh_match() argument257 if (fh1->fh_size != fh2->fh_size) in fh_match()259 if (memcmp(fh1->fh_raw, fh2->fh_raw, fh1->fh_size) != 0) in fh_match()265 const struct knfsd_fh *fh2) in fh_fsid_match() argument268 u32 *fsid2 = fh_fsid(fh2); in fh_fsid_match()270 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match()
235 struct svc_fh fh2; member