Home
last modified time | relevance | path

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

/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.c2537 int nfs_set_sb_security(struct super_block *s, struct dentry *mntroot, in nfs_set_sb_security() argument
2558 int nfs_clone_sb_security(struct super_block *s, struct dentry *mntroot, in nfs_clone_sb_security() argument
2562 if (d_inode(mntroot)->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) in nfs_clone_sb_security()
2574 struct dentry *mntroot = ERR_PTR(-ENOMEM); in nfs_fs_mount_common() local
2596 mntroot = ERR_CAST(s); in nfs_fs_mount_common()
2606 mntroot = ERR_PTR(error); in nfs_fs_mount_common()
2620 mntroot = nfs_get_root(s, mount_info->mntfh, dev_name); in nfs_fs_mount_common()
2621 if (IS_ERR(mntroot)) in nfs_fs_mount_common()
2624 error = mount_info->set_security(s, mntroot, mount_info); in nfs_fs_mount_common()
2631 return mntroot; in nfs_fs_mount_common()
[all …]