Home
last modified time | relevance | path

Searched refs:fh1 (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dnfsfh.h193 static inline bool fh_match(struct knfsd_fh *fh1, struct knfsd_fh *fh2) in fh_match() argument
195 if (fh1->fh_size != fh2->fh_size) in fh_match()
197 if (memcmp(fh1->fh_base.fh_pad, fh2->fh_base.fh_pad, fh1->fh_size) != 0) in fh_match()
202 static inline bool fh_fsid_match(struct knfsd_fh *fh1, struct knfsd_fh *fh2) in fh_fsid_match() argument
204 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match()
206 if (memcmp(fh1->fh_fsid, fh2->fh_fsid, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
Dxdr3.h240 struct svc_fh fh1; member
Dnfs3xdr.c1148 fh_put(&resp->fh1); in nfs3svc_release_fhandle2()