Searched refs:knfsd_fh (Results 1 – 12 of 12) sorted by relevance
/linux-6.6.21/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, const struct knfsd_fh *src) in fh_copy_shallow() 246 static inline bool fh_match(const struct knfsd_fh *fh1, in fh_match() 247 const struct knfsd_fh *fh2) in fh_match() 256 static inline bool fh_fsid_match(const struct knfsd_fh *fh1, in fh_fsid_match() 257 const struct knfsd_fh *fh2) in fh_fsid_match() 274 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash() 279 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash()
|
D | export.h | 13 struct knfsd_fh; 117 char *path, struct knfsd_fh *, int maxsize);
|
D | state.h | 450 struct knfsd_fh rp_openfh; 570 struct knfsd_fh fi_fhandle; 663 struct knfsd_fh nbl_fh;
|
D | nfsfh.c | 156 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 720 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 | 999 struct knfsd_fh *f, int maxsize) in exp_rootfh() 1034 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 | 128 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
|
D | nfsctl.c | 316 struct knfsd_fh fh; in write_filehandle()
|
D | nfs4state.c | 271 find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_blocked_lock() 293 find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_or_allocate_block() 1107 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked() 1140 static void block_delegations(struct knfsd_fh *fh) in block_delegations()
|
D | trace.h | 1489 const struct knfsd_fh *fh,
|
D | nfs4proc.c | 1817 sizeof(struct knfsd_fh)); in nfsd4_copy()
|