Searched refs:exportfs_decode_fh (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/include/linux/ | 
| D | exportfs.h | 217 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
  | 
| /Linux-v5.4/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.4/fs/ | 
| D | fhandle.c | 152 	path->dentry = exportfs_decode_fh(path->mnt,  in do_handle_to_path()
  | 
| /Linux-v5.4/fs/nfsd/ | 
| D | nfsfh.c | 267 		dentry = exportfs_decode_fh(exp->ex_path.mnt, fid,  in nfsd_set_fh_dentry()
  | 
| /Linux-v5.4/fs/overlayfs/ | 
| D | namei.c | 165 	real = exportfs_decode_fh(mnt, (struct fid *)fh->fid,  in ovl_decode_real_fh()
  | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_ioctl.c | 166 	return exportfs_decode_fh(parfilp->f_path.mnt, (struct fid *)&fid, 3,  in xfs_handle_to_dentry()
  |