Home
last modified time | relevance | path

Searched refs:mount_info (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/nfs/
Dnfs4super.c110 struct nfs_mount_info *mount_info = info; in nfs4_remote_mount() local
114 mount_info->set_security = nfs_set_sb_security; in nfs4_remote_mount()
117 server = nfs4_create_server(mount_info, &nfs_v4); in nfs4_remote_mount()
123 mntroot = nfs_fs_mount_common(server, flags, dev_name, mount_info, &nfs_v4); in nfs4_remote_mount()
238 struct nfs_mount_info *mount_info, in nfs4_try_mount() argument
244 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs4_try_mount()
250 root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, mount_info, in nfs4_try_mount()
266 struct nfs_mount_info mount_info = { in nfs4_remote_referral_mount() local
276 mount_info.mntfh = nfs_alloc_fhandle(); in nfs4_remote_referral_mount()
277 if (mount_info.cloned == NULL || mount_info.mntfh == NULL) in nfs4_remote_referral_mount()
[all …]
Dsuper.c1802 static struct nfs_server *nfs_try_mount_request(struct nfs_mount_info *mount_info, in nfs_try_mount_request() argument
1810 struct nfs_parsed_mount_data *args = mount_info->parsed; in nfs_try_mount_request()
1814 status = nfs_request_mount(args, mount_info->mntfh, authlist, in nfs_try_mount_request()
1829 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1856 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1872 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request()
1876 struct nfs_mount_info *mount_info, in nfs_try_mount() argument
1881 if (mount_info->parsed->need_mount) in nfs_try_mount()
1882 server = nfs_try_mount_request(mount_info, nfs_mod); in nfs_try_mount()
1884 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount()
[all …]
Dnfs3client.c48 struct nfs_server *nfs3_create_server(struct nfs_mount_info *mount_info, in nfs3_create_server() argument
51 struct nfs_server *server = nfs_create_server(mount_info, nfs_mod); in nfs3_create_server()
Dclient.c943 struct nfs_server *nfs_create_server(struct nfs_mount_info *mount_info, in nfs_create_server() argument
960 error = nfs_init_server(server, mount_info->parsed, nfs_mod); in nfs_create_server()
965 error = nfs_probe_fsinfo(server, mount_info->mntfh, fattr); in nfs_create_server()
971 if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server()
979 error = nfs_mod->rpc_ops->getattr(server, mount_info->mntfh, in nfs_create_server()
Dnfs4client.c1101 struct nfs_server *nfs4_create_server(struct nfs_mount_info *mount_info, in nfs4_create_server() argument
1112 auth_probe = mount_info->parsed->auth_info.flavor_len < 1; in nfs4_create_server()
1115 error = nfs4_init_server(server, mount_info->parsed); in nfs4_create_server()
1119 error = nfs4_server_common_setup(server, mount_info->mntfh, auth_probe); in nfs4_create_server()