Searched refs:exportfs_decode_fh (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/include/linux/ |
D | exportfs.h | 222 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
|
/Linux-v5.10/fs/exportfs/ |
D | expfs.c | 420 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh() function 568 EXPORT_SYMBOL_GPL(exportfs_decode_fh);
|
/Linux-v5.10/fs/ |
D | fhandle.c | 152 path->dentry = exportfs_decode_fh(path->mnt, in do_handle_to_path()
|
/Linux-v5.10/fs/nfsd/ |
D | nfsfh.c | 271 dentry = exportfs_decode_fh(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()
|
/Linux-v5.10/fs/overlayfs/ |
D | namei.c | 167 real = exportfs_decode_fh(mnt, (struct fid *)fh->fb.fid, in ovl_decode_real_fh()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_ioctl.c | 170 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
|