Home
last modified time | relevance | path

Searched refs:knfsd_fh (Results 1 – 13 of 13) 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()
H A Dexport.h13 struct knfsd_fh;
122 char *path, struct knfsd_fh *, int maxsize);
H A Dstate.h561 struct knfsd_fh rp_openfh;
682 struct knfsd_fh fi_fhandle;
776 struct knfsd_fh nbl_fh;
H A Dnfsfh.c151 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry()
817 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
H A Dxdr4.h712 struct knfsd_fh co_fh;
739 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.c1023 struct knfsd_fh *f, int maxsize) in exp_rootfh()
1058 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.c329 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()
1077 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked()
1110 static void block_delegations(struct knfsd_fh *fh) in block_delegations()
H A Dtrace.h1830 const struct knfsd_fh *fh,
H A Dnfs4proc.c1992 sizeof(struct knfsd_fh)); in nfsd4_copy()
H A Dnfs4xdr.c2566 struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4()