Searched refs:mount_server (Results 1 – 3 of 3) sorted by relevance
925 data->mount_server.port = NFS_UNSPEC_PORT; in nfs_alloc_parsed_mount_data()941 kfree(data->mount_server.hostname); in nfs_free_parsed_mount_data()1010 if (mnt->mount_server.protocol == XPRT_TRANSPORT_UDP || in nfs_set_mount_transport_protocol()1011 mnt->mount_server.protocol == XPRT_TRANSPORT_TCP) in nfs_set_mount_transport_protocol()1015 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_set_mount_transport_protocol()1019 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_set_mount_transport_protocol()1394 mnt->mount_server.port = option; in nfs_parse_mount_options()1401 mnt->mount_server.version = option; in nfs_parse_mount_options()1483 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()1488 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_parse_mount_options()[all …]
804 if (data->mount_server.addrlen) { in nfs_init_server()805 memcpy(&server->mountd_address, &data->mount_server.address, in nfs_init_server()806 data->mount_server.addrlen); in nfs_init_server()807 server->mountd_addrlen = data->mount_server.addrlen; in nfs_init_server()809 server->mountd_version = data->mount_server.version; in nfs_init_server()810 server->mountd_port = data->mount_server.port; in nfs_init_server()811 server->mountd_protocol = data->mount_server.protocol; in nfs_init_server()
105 } mount_server; member