Searched refs:exportfs_decode_fh_raw (Results 1 – 3 of 3) sorted by relevance
/linux-5.19.10/fs/exportfs/ |
D | expfs.c | 421 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw() function 567 EXPORT_SYMBOL_GPL(exportfs_decode_fh_raw); 576 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, in exportfs_decode_fh()
|
/linux-5.19.10/include/linux/ |
D | exportfs.h | 231 extern struct dentry *exportfs_decode_fh_raw(struct vfsmount *mnt,
|
/linux-5.19.10/fs/nfsd/ |
D | nfsfh.c | 249 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()
|