Searched refs:exportfs_decode_fh (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/linux/ |
D | exportfs.h | 236 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
|
/linux-5.19.10/fs/exportfs/ |
D | expfs.c | 569 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh() function 585 EXPORT_SYMBOL_GPL(exportfs_decode_fh);
|
/linux-5.19.10/fs/ |
D | fhandle.c | 152 path->dentry = exportfs_decode_fh(path->mnt, in do_handle_to_path()
|
/linux-5.19.10/fs/overlayfs/ |
D | namei.c | 173 real = exportfs_decode_fh(mnt, (struct fid *)fh->fb.fid, in ovl_decode_real_fh()
|
/linux-5.19.10/fs/xfs/ |
D | xfs_ioctl.c | 172 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
|