Home
last modified time | relevance | path

Searched refs:fh2 (Results 1 – 4 of 4) sorted by relevance

/linux/fs/nfsd/
H A Dnfsfh.h255 const struct knfsd_fh *fh2) in fh_match() argument
257 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() argument
268 u32 *fsid2 = fh_fsid(fh2); in fh_fsid_match()
270 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match()
H A Dxdr3.h235 struct svc_fh fh2; member
H A Dnfs3xdr.c1355 fh_put(&resp->fh2); in nfs3svc_release_fhandle2()
/linux/fs/notify/fanotify/
H A Dfanotify.c38 struct fanotify_fh *fh2) in fanotify_fh_equal() argument
40 if (fh1->type != fh2->type || fh1->len != fh2->len) in fanotify_fh_equal()
44 !memcmp(fanotify_fh_buf(fh1), fanotify_fh_buf(fh2), fh1->len); in fanotify_fh_equal()