Searched refs:mount_server (Results 1 – 3 of 3) sorted by relevance
946 data->mount_server.port = NFS_UNSPEC_PORT; in nfs_alloc_parsed_mount_data()962 kfree(data->mount_server.hostname); in nfs_free_parsed_mount_data()1031 if (mnt->mount_server.protocol == XPRT_TRANSPORT_UDP || in nfs_set_mount_transport_protocol()1032 mnt->mount_server.protocol == XPRT_TRANSPORT_TCP) in nfs_set_mount_transport_protocol()1036 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_set_mount_transport_protocol()1040 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_set_mount_transport_protocol()1423 mnt->mount_server.port = option; in nfs_parse_mount_options()1430 mnt->mount_server.version = option; in nfs_parse_mount_options()1518 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()1524 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_parse_mount_options()[all …]
712 if (data->mount_server.addrlen) { in nfs_init_server()713 memcpy(&server->mountd_address, &data->mount_server.address, in nfs_init_server()714 data->mount_server.addrlen); in nfs_init_server()715 server->mountd_addrlen = data->mount_server.addrlen; in nfs_init_server()717 server->mountd_version = data->mount_server.version; in nfs_init_server()718 server->mountd_port = data->mount_server.port; in nfs_init_server()719 server->mountd_protocol = data->mount_server.protocol; in nfs_init_server()
109 } mount_server; member