Searched refs:knfsd_fh (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.h | 28 struct knfsd_fh fh_handle; /* FH data */ 176 fh_copy_shallow(struct knfsd_fh *dst, struct knfsd_fh *src) in fh_copy_shallow() 190 static inline bool fh_match(struct knfsd_fh *fh1, struct knfsd_fh *fh2) in fh_match() 199 static inline bool fh_fsid_match(struct knfsd_fh *fh1, struct knfsd_fh *fh2) in fh_fsid_match()
|
D | export.h | 11 struct knfsd_fh; 98 char *path, struct knfsd_fh *, int maxsize);
|
D | state.h | 385 struct knfsd_fh rp_openfh; 506 struct knfsd_fh fi_fhandle; 612 struct nfs4_file *find_file(struct knfsd_fh *fh);
|
D | nfsfh.c | 137 struct knfsd_fh *fh = &fhp->fh_handle; in nfsd_set_fh_dentry() 413 struct knfsd_fh *fh) in _fh_update_old() 649 struct knfsd_fh *fh = &fhp->fh_handle; in SVCFH_fmt()
|
D | export.c | 877 struct knfsd_fh *f, int maxsize) in exp_rootfh() 912 memcpy(f, &fh.fh_handle, sizeof(struct knfsd_fh)); in exp_rootfh()
|
D | nfs4layouts.c | 48 const struct knfsd_fh *fh = &fhp->fh_handle; in nfsd4_alloc_devid_map()
|
D | nfs4state.c | 388 static unsigned int nfsd_fh_hashval(struct knfsd_fh *fh) in nfsd_fh_hashval() 393 static unsigned int file_hashval(struct knfsd_fh *fh) in file_hashval() 641 static int delegation_blocked(struct knfsd_fh *fh) in delegation_blocked() 674 static void block_delegations(struct knfsd_fh *fh) in block_delegations() 3241 static void nfsd4_init_file(struct knfsd_fh *fh, unsigned int hashval, in nfsd4_init_file() 3524 find_file_locked(struct knfsd_fh *fh, unsigned int hashval) in find_file_locked() 3538 find_file(struct knfsd_fh *fh) in find_file() 3550 find_or_add_file(struct nfs4_file *new, struct knfsd_fh *fh) in find_or_add_file()
|
D | nfs4callback.c | 124 static void encode_nfs_fh4(struct xdr_stream *xdr, const struct knfsd_fh *fh) in encode_nfs_fh4()
|
D | nfsctl.c | 357 struct knfsd_fh fh; in write_filehandle()
|
/linux-4.4.14/include/uapi/linux/nfsd/ |
D | nfsfh.h | 75 struct knfsd_fh { struct
|