Searched refs:knfsd_fh (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/fs/nfsd/ |
D | nfsfh.h | 47 struct knfsd_fh { struct 79 struct knfsd_fh fh_handle; /* FH data */ 232 fh_copy_shallow(struct knfsd_fh *dst, struct knfsd_fh *src) in fh_copy_shallow() 246 static inline bool fh_match(struct knfsd_fh *fh1, struct knfsd_fh *fh2) in fh_match() 255 static inline bool fh_fsid_match(struct knfsd_fh *fh1, struct knfsd_fh *fh2) in fh_fsid_match() 272 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash() 277 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash()
|
D | export.h | 13 struct knfsd_fh; 116 char *path, struct knfsd_fh *, int maxsize);
|
D | state.h | 445 struct knfsd_fh rp_openfh; 568 struct knfsd_fh fi_fhandle; 660 struct knfsd_fh nbl_fh;
|
D | nfsfh.c | 156 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 715 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
|
D | xdr4.h | 541 struct knfsd_fh co_fh; 561 struct knfsd_fh fh;
|
D | export.c | 975 struct knfsd_fh *f, int maxsize) in exp_rootfh() 1010 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
D | nfs4layouts.c | 58 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map()
|
D | nfs4callback.c | 117 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
|
D | nfsctl.c | 338 struct knfsd_fh fh; in write_filehandle()
|
D | trace.h | 1445 const struct knfsd_fh *fh,
|
D | nfs4state.c | 268 find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_blocked_lock() 290 find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_or_allocate_block() 1099 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked() 1132 static void block_delegations(struct knfsd_fh *fh) in block_delegations()
|
D | nfs4proc.c | 1817 sizeof(struct knfsd_fh)); in nfsd4_copy()
|