Searched refs:exportfs_decode_fh_raw (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/fs/exportfs/ |
D | expfs.c | 439 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw() function 593 EXPORT_SYMBOL_GPL(exportfs_decode_fh_raw); 602 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, 0, in exportfs_decode_fh()
|
/linux-6.14.4/include/linux/ |
D | exportfs.h | 326 extern struct dentry *exportfs_decode_fh_raw(struct vfsmount *mnt,
|
/linux-6.14.4/fs/ |
D | fhandle.c | 257 dentry = exportfs_decode_fh_raw(mnt, (struct fid *)handle->f_handle, in do_handle_to_path()
|
/linux-6.14.4/fs/nfsd/ |
D | nfsfh.c | 241 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()
|