Searched refs:knfsd_fh (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/fs/nfsd/ |
D | nfsfh.h | 47 struct knfsd_fh { struct 79 struct knfsd_fh fh_handle; /* FH data */ 236 fh_copy_shallow(struct knfsd_fh *dst, const struct knfsd_fh *src) in fh_copy_shallow() 250 static inline bool fh_match(const struct knfsd_fh *fh1, in fh_match() 251 const struct knfsd_fh *fh2) in fh_match() 260 static inline bool fh_fsid_match(const struct knfsd_fh *fh1, in fh_fsid_match() 261 const struct knfsd_fh *fh2) in fh_fsid_match() 278 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash() 283 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash()
|
D | export.h | 13 struct knfsd_fh; 118 char *path, struct knfsd_fh *, int maxsize);
|
D | state.h | 493 struct knfsd_fh rp_openfh; 613 struct knfsd_fh fi_fhandle; 707 struct knfsd_fh nbl_fh;
|
D | nfsfh.c | 151 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 770 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
|
D | xdr4.h | 678 struct knfsd_fh co_fh; 700 struct knfsd_fh fh;
|
D | nfs4callback.c | 118 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4() 366 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
|
D | export.c | 1016 struct knfsd_fh *f, int maxsize) in exp_rootfh() 1051 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 | nfsctl.c | 325 struct knfsd_fh fh; in write_filehandle()
|
D | nfs4state.c | 273 find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_blocked_lock() 295 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 | trace.h | 1758 const struct knfsd_fh *fh,
|
D | nfs4proc.c | 1838 sizeof(struct knfsd_fh)); in nfsd4_copy()
|
D | nfs4xdr.c | 2556 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4()
|