Home
last modified time | relevance | path

Searched refs:exportfs_decode_fh_raw (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/fs/exportfs/
H A Dexpfs.c437 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw() function
591 EXPORT_SYMBOL_GPL(exportfs_decode_fh_raw);
600 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, 0, in exportfs_decode_fh()
/linux-6.15/include/linux/
H A Dexportfs.h338 extern struct dentry *exportfs_decode_fh_raw(struct vfsmount *mnt,
/linux-6.15/fs/
H A Dfhandle.c257 dentry = exportfs_decode_fh_raw(mnt, (struct fid *)handle->f_handle, in do_handle_to_path()
/linux-6.15/fs/nfsd/
H A Dnfsfh.c241 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()