Home
last modified time | relevance | path

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

/linux-6.15/fs/nfsd/
H A Dnfsfh.h47 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()
277 static inline u32 knfsd_fh_hash(const struct knfsd_fh *fh) in knfsd_fh_hash()
H A Dexport.h13 struct knfsd_fh;
119 char *path, struct knfsd_fh *, int maxsize);
H A Dstate.h530 struct knfsd_fh rp_openfh;
650 struct knfsd_fh fi_fhandle;
744 struct knfsd_fh nbl_fh;
H A Dnfsfh.c151 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry()
768 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
H A Dxdr4.h678 struct knfsd_fh co_fh;
701 struct knfsd_fh fh;
H A Dnfs4callback.c140 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
387 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
H A Dexport.c1025 struct knfsd_fh *f, int maxsize) in exp_rootfh()
1060 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
H A Dnfs4layouts.c58 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map()
H A Dnfsctl.c322 struct knfsd_fh fh; in write_filehandle()
H A Dnfs4state.c273 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()
1089 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked()
1122 static void block_delegations(struct knfsd_fh *fh) in block_delegations()
H A Dtrace.h1783 const struct knfsd_fh *fh,
H A Dnfs4proc.c1943 sizeof(struct knfsd_fh)); in nfsd4_copy()
H A Dnfs4xdr.c2578 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4()