Searched refs:mntroot (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/fs/nfs/
H A Dnfs4super.c112 struct dentry *mntroot = ERR_PTR(-ENOMEM); nfs4_remote_mount() local
119 mntroot = ERR_CAST(server); nfs4_remote_mount()
123 mntroot = nfs_fs_mount_common(server, flags, dev_name, mount_info, &nfs_v4); nfs4_remote_mount()
126 return mntroot; nfs4_remote_mount()
272 struct dentry *mntroot = ERR_PTR(-ENOMEM); nfs4_remote_referral_mount() local
283 mntroot = ERR_CAST(server); nfs4_remote_referral_mount()
287 mntroot = nfs_fs_mount_common(server, flags, dev_name, &mount_info, &nfs_v4); nfs4_remote_referral_mount()
290 return mntroot; nfs4_remote_referral_mount()
H A Dsuper.c2505 int nfs_set_sb_security(struct super_block *s, struct dentry *mntroot, nfs_set_sb_security() argument
2526 int nfs_clone_sb_security(struct super_block *s, struct dentry *mntroot, nfs_clone_sb_security() argument
2530 if (d_inode(mntroot)->i_op != NFS_SB(s)->nfs_client->rpc_ops->dir_inode_ops) nfs_clone_sb_security()
2542 struct dentry *mntroot = ERR_PTR(-ENOMEM); nfs_fs_mount_common() local
2564 mntroot = ERR_CAST(s); nfs_fs_mount_common()
2574 mntroot = ERR_PTR(error); nfs_fs_mount_common()
2586 mntroot = nfs_get_root(s, mount_info->mntfh, dev_name); nfs_fs_mount_common()
2587 if (IS_ERR(mntroot)) nfs_fs_mount_common()
2590 error = mount_info->set_security(s, mntroot, mount_info); nfs_fs_mount_common()
2597 return mntroot; nfs_fs_mount_common()
2604 dput(mntroot); nfs_fs_mount_common()
2605 mntroot = ERR_PTR(error); nfs_fs_mount_common()
2619 struct dentry *mntroot = ERR_PTR(-ENOMEM); nfs_fs_mount() local
2633 mntroot = ERR_PTR(error); nfs_fs_mount()
2639 mntroot = ERR_CAST(nfs_mod); nfs_fs_mount()
2643 mntroot = nfs_mod->rpc_ops->try_mount(flags, dev_name, &mount_info, nfs_mod); nfs_fs_mount()
2649 return mntroot; nfs_fs_mount()
2684 struct dentry *mntroot = ERR_PTR(-ENOMEM); nfs_xdev_mount() local
2695 mntroot = ERR_CAST(server); nfs_xdev_mount()
2697 mntroot = nfs_fs_mount_common(server, flags, nfs_xdev_mount()
2701 IS_ERR(mntroot) ? PTR_ERR(mntroot) : 0L); nfs_xdev_mount()
2702 return mntroot; nfs_xdev_mount()
H A Dgetroot.c45 /* The mntroot acts as the dummy root dentry for this superblock */ nfs_superblock_set_dummy_root()

Completed in 211 milliseconds