Searched refs:exportfs_decode_fh (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/include/linux/ |
D | exportfs.h | 217 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
|
/linux-4.19.296/fs/exportfs/ |
D | expfs.c | 419 struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid, in exportfs_decode_fh() function 567 EXPORT_SYMBOL_GPL(exportfs_decode_fh);
|
/linux-4.19.296/fs/ |
D | fhandle.c | 152 path->dentry = exportfs_decode_fh(path->mnt, in do_handle_to_path()
|
/linux-4.19.296/fs/nfsd/ |
D | nfsfh.c | 267 dentry = exportfs_decode_fh(exp->ex_path.mnt, fid, in nfsd_set_fh_dentry()
|
/linux-4.19.296/fs/overlayfs/ |
D | namei.c | 168 real = exportfs_decode_fh(mnt, (struct fid *)fh->fid, in ovl_decode_real_fh()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_ioctl.c | 172 return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3, in xfs_handle_to_dentry()
|