Home
last modified time | relevance | path

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

/linux-6.14.4/fs/exportfs/
Dexpfs.c439 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/
Dexportfs.h326 extern struct dentry *exportfs_decode_fh_raw(struct vfsmount *mnt,
/linux-6.14.4/fs/
Dfhandle.c257 dentry = exportfs_decode_fh_raw(mnt, (struct fid *)handle->f_handle, in do_handle_to_path()
/linux-6.14.4/fs/nfsd/
Dnfsfh.c241 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()