Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h49 struct knfsd_fh { struct
62 static inline u32 *fh_fsid(const struct knfsd_fh *fh) in fh_fsid() argument
82 struct knfsd_fh fh_handle; /* FH data */
240 fh_copy_shallow(struct knfsd_fh *dst, const struct knfsd_fh *src) in fh_copy_shallow()
254 static inline bool fh_match(const struct knfsd_fh *fh1, in fh_match()
255 const struct knfsd_fh *fh2) in fh_match()
264 static inline bool fh_fsid_match(const struct knfsd_fh *fh1, in fh_fsid_match()
265 const struct knfsd_fh *fh2) in fh_fsid_match()
319 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash()