Home
last modified time | relevance | path

Searched refs:mntroot (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/nfs/
Dnfs4super.c112 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs4_remote_mount() local
119 mntroot = ERR_CAST(server); in nfs4_remote_mount()
123 mntroot = nfs_fs_mount_common(server, flags, dev_name, mount_info, &nfs_v4); in nfs4_remote_mount()
126 return mntroot; in nfs4_remote_mount()
272 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs4_remote_referral_mount() local
283 mntroot = ERR_CAST(server); in nfs4_remote_referral_mount()
287 mntroot = nfs_fs_mount_common(server, flags, dev_name, &mount_info, &nfs_v4); in nfs4_remote_referral_mount()
290 return mntroot; in nfs4_remote_referral_mount()
Dsuper.c2505 int nfs_set_sb_security(struct super_block *s, struct dentry *mntroot, in nfs_set_sb_security() argument
2526 int nfs_clone_sb_security(struct super_block *s, struct dentry *mntroot, in nfs_clone_sb_security() argument
2530 if (d_inode(mntroot)->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) in nfs_clone_sb_security()
2542 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs_fs_mount_common() local
2564 mntroot = ERR_CAST(s); in nfs_fs_mount_common()
2574 mntroot = ERR_PTR(error); in nfs_fs_mount_common()
2586 mntroot = nfs_get_root(s, mount_info->mntfh, dev_name); in nfs_fs_mount_common()
2587 if (IS_ERR(mntroot)) in nfs_fs_mount_common()
2590 error = mount_info->set_security(s, mntroot, mount_info); in nfs_fs_mount_common()
2597 return mntroot; in nfs_fs_mount_common()
[all …]