Home
last modified time | relevance | path

Searched refs:knfsd_fh (Results 1 – 11 of 11) 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 */
134 extern enum fsid_source fsid_source_fh(const struct knfsd_fh *fh,
231 bool fh_append_mac(struct knfsd_fh *fh, int fh_maxsize, struct net *net);
243 fh_copy_shallow(struct knfsd_fh *dst, const struct knfsd_fh *src) in fh_copy_shallow()
257 static inline bool fh_match(const struct knfsd_fh *fh1, in fh_match()
258 const struct knfsd_fh *fh2) in fh_match()
267 static inline bool fh_fsid_match(const struct knfsd_fh *fh1, in fh_fsid_match()
268 const struct knfsd_fh *fh2) in fh_fsid_match()
[all …]
H A Dnfsfh.c147 bool fh_append_mac(struct knfsd_fh *fh, int fh_maxsize, struct net *net) in fh_append_mac()
180 struct knfsd_fh *fh = &fhp->fh_handle; in fh_verify_mac()
205 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry()
890 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
899 enum fsid_source fsid_source_fh(const struct knfsd_fh *fh, in fsid_source_fh()
H A Dstate.h647 struct knfsd_fh rp_openfh;
770 struct knfsd_fh fi_fhandle;
870 struct knfsd_fh nbl_fh;
H A Dxdr4.h732 struct knfsd_fh co_fh;
760 struct knfsd_fh fh;
H A Dnfs4callback.c145 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
392 struct knfsd_fh *fh = &dp->dl_stid.sc_file->fi_fhandle; in encode_cb_getattr4args()
H A Dnfs4layouts.c60 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map()
H A Dnfs4xdr.c2737 const struct knfsd_fh *fh_handle) in nfsd4_encode_nfs_fh4()
3179 struct knfsd_fh fhandle;
4223 struct knfsd_fh *fhp = &args->fhandle; in setup_notify_fhandle()
H A Dnfsctl.c344 struct knfsd_fh fh; in write_filehandle()
H A Dnfs4state.c301 find_blocked_lock(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_blocked_lock()
323 find_or_allocate_block(struct nfs4_lockowner *lo, struct knfsd_fh *fh, in find_or_allocate_block()
1197 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked()
1230 static void block_delegations(struct knfsd_fh *fh) in block_delegations()
H A Dtrace.h1889 const struct knfsd_fh *fh,
H A Dnfs4proc.c2219 sizeof(struct knfsd_fh)); in nfsd4_copy()