Home
last modified time | relevance | path

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

/linux/fs/exportfs/
H A Dexpfs.c439 exportfs_decode_fh_raw(struct vfsmount *mnt, struct fid *fid, int fh_len, in exportfs_decode_fh_raw() function
590 EXPORT_SYMBOL_GPL(exportfs_decode_fh_raw);
599 ret = exportfs_decode_fh_raw(mnt, fid, fh_len, fileid_type, 0, in exportfs_decode_fh()
/linux/include/linux/
H A Dexportfs.h385 extern struct dentry *exportfs_decode_fh_raw(struct vfsmount *mnt,
/linux/fs/
H A Dfhandle.c274 dentry = exportfs_decode_fh_raw(mnt, (struct fid *)handle->f_handle, in do_handle_to_path()
/linux/fs/nfsd/
H A Dnfsfh.c243 dentry = exportfs_decode_fh_raw(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()