Searched refs:fh1 (Results 1 – 3 of 3) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfsfh.h | 254 static inline bool fh_match(const struct knfsd_fh *fh1, 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() 264 static inline bool fh_fsid_match(const struct knfsd_fh *fh1, in fh_fsid_match() argument 267 u32 *fsid1 = fh_fsid(fh1); in fh_fsid_match() 270 if (fh1->fh_fsid_type != fh2->fh_fsid_type) in fh_fsid_match() 272 if (memcmp(fsid1, fsid2, key_len(fh1->fh_fsid_type)) != 0) in fh_fsid_match()
|
| H A D | xdr3.h | 234 struct svc_fh fh1; member
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify.c | 38 static bool fanotify_fh_equal(struct fanotify_fh *fh1, in fanotify_fh_equal() 41 if (fh1->type != fh2->type || fh1->len != fh2->len) in fanotify_fh_equal() 44 return !fh1->len || in fanotify_fh_equal() 45 !memcmp(fanotify_fh_buf(fh1), fanotify_fh_buf(fh2), fh1->len); in fanotify_fh_equal() 37 fanotify_fh_equal(struct fanotify_fh * fh1,struct fanotify_fh * fh2) fanotify_fh_equal() argument
|