Lines Matching refs:dentry
20 static struct dentry *nfs4_remote_mount(struct file_system_type *fs_type,
22 static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type,
24 static struct dentry *nfs4_remote_referral_mount(struct file_system_type *fs_type,
106 static struct dentry *
112 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs4_remote_mount()
216 static struct dentry *nfs_follow_remote_path(struct vfsmount *root_mnt, in nfs_follow_remote_path()
219 struct dentry *dentry; in nfs_follow_remote_path() local
231 dentry = mount_subtree(root_mnt, export_path); in nfs_follow_remote_path()
234 return dentry; in nfs_follow_remote_path()
237 struct dentry *nfs4_try_mount(int flags, const char *dev_name, in nfs4_try_mount()
243 struct dentry *res; in nfs4_try_mount()
262 static struct dentry *
272 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs4_remote_referral_mount()
296 static struct dentry *nfs4_referral_mount(struct file_system_type *fs_type, in nfs4_referral_mount()
302 struct dentry *res; in nfs4_referral_mount()