Home
last modified time | relevance | path

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

/Linux-v5.4/fs/nfs/
Dnfs4super.c113 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs4_remote_mount() local
120 mntroot = ERR_CAST(server); in nfs4_remote_mount()
124 mntroot = nfs_fs_mount_common(server, flags, dev_name, mount_info, &nfs_v4); in nfs4_remote_mount()
127 return mntroot; in nfs4_remote_mount()
273 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs4_remote_referral_mount() local
284 mntroot = ERR_CAST(server); in nfs4_remote_referral_mount()
288 mntroot = nfs_fs_mount_common(server, flags, dev_name, &mount_info, &nfs_v4); in nfs4_remote_referral_mount()
291 return mntroot; in nfs4_remote_referral_mount()
Dsuper.c2602 int nfs_set_sb_security(struct super_block *s, struct dentry *mntroot, in nfs_set_sb_security() argument
2623 int nfs_clone_sb_security(struct super_block *s, struct dentry *mntroot, in nfs_clone_sb_security() argument
2630 if (d_inode(mntroot)->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) in nfs_clone_sb_security()
2661 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs_fs_mount_common() local
2683 mntroot = ERR_CAST(s); in nfs_fs_mount_common()
2694 mntroot = ERR_PTR(error); in nfs_fs_mount_common()
2709 mntroot = nfs_get_root(s, mount_info->mntfh, dev_name); in nfs_fs_mount_common()
2710 if (IS_ERR(mntroot)) in nfs_fs_mount_common()
2713 error = mount_info->set_security(s, mntroot, mount_info); in nfs_fs_mount_common()
2720 return mntroot; in nfs_fs_mount_common()
[all …]