Searched refs:mount_info (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/nfs/ |
| D | nfs4super.c | 111 struct nfs_mount_info *mount_info = info; in nfs4_remote_mount() local 115 mount_info->set_security = nfs_set_sb_security; in nfs4_remote_mount() 118 server = nfs4_create_server(mount_info, &nfs_v4); in nfs4_remote_mount() 124 mntroot = nfs_fs_mount_common(server, flags, dev_name, mount_info, &nfs_v4); in nfs4_remote_mount() 239 struct nfs_mount_info *mount_info, in nfs4_try_mount() argument 245 struct nfs_parsed_mount_data *data = mount_info->parsed; in nfs4_try_mount() 251 root_mnt = nfs_do_root_mount(&nfs4_remote_fs_type, flags, mount_info, in nfs4_try_mount() 267 struct nfs_mount_info mount_info = { in nfs4_remote_referral_mount() local 277 mount_info.mntfh = nfs_alloc_fhandle(); in nfs4_remote_referral_mount() 278 if (mount_info.cloned == NULL || mount_info.mntfh == NULL) in nfs4_remote_referral_mount() [all …]
|
| D | super.c | 1822 static struct nfs_server *nfs_try_mount_request(struct nfs_mount_info *mount_info, in nfs_try_mount_request() argument 1830 struct nfs_parsed_mount_data *args = mount_info->parsed; in nfs_try_mount_request() 1834 status = nfs_request_mount(args, mount_info->mntfh, authlist, in nfs_try_mount_request() 1849 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request() 1876 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request() 1892 return nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount_request() 1896 struct nfs_mount_info *mount_info, in nfs_try_mount() argument 1901 if (mount_info->parsed->need_mount) in nfs_try_mount() 1902 server = nfs_try_mount_request(mount_info, nfs_mod); in nfs_try_mount() 1904 server = nfs_mod->rpc_ops->create_server(mount_info, nfs_mod); in nfs_try_mount() [all …]
|
| D | nfs3client.c | 49 struct nfs_server *nfs3_create_server(struct nfs_mount_info *mount_info, in nfs3_create_server() argument 52 struct nfs_server *server = nfs_create_server(mount_info, nfs_mod); in nfs3_create_server()
|
| D | client.c | 943 struct nfs_server *nfs_create_server(struct nfs_mount_info *mount_info, in nfs_create_server() argument 962 error = nfs_init_server(server, mount_info->parsed, nfs_mod); in nfs_create_server() 967 error = nfs_probe_fsinfo(server, mount_info->mntfh, fattr); in nfs_create_server() 973 if (!(mount_info->parsed->flags & NFS_MOUNT_NORDIRPLUS)) in nfs_create_server() 981 error = nfs_mod->rpc_ops->getattr(server, mount_info->mntfh, in nfs_create_server()
|
| D | nfs4client.c | 1112 struct nfs_server *nfs4_create_server(struct nfs_mount_info *mount_info, in nfs4_create_server() argument 1125 auth_probe = mount_info->parsed->auth_info.flavor_len < 1; in nfs4_create_server() 1128 error = nfs4_init_server(server, mount_info->parsed); in nfs4_create_server() 1132 error = nfs4_server_common_setup(server, mount_info->mntfh, auth_probe); in nfs4_create_server()
|
| /Linux-v5.4/tools/testing/selftests/pstore/ |
| D | pstore_post_reboot_tests | 23 mount_info=`grep pstore /proc/mounts` 25 mount_point=`echo ${mount_info} | cut -d' ' -f2 | head -n1`
|
| /Linux-v5.4/arch/alpha/kernel/ |
| D | osf_sys.c | 264 long mount_info[10]; member
|