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