Searched refs:mount_server (Results 1 – 3 of 3) sorted by relevance
928 data->mount_server.port = NFS_UNSPEC_PORT; in nfs_alloc_parsed_mount_data()944 kfree(data->mount_server.hostname); in nfs_free_parsed_mount_data()1013 if (mnt->mount_server.protocol == XPRT_TRANSPORT_UDP || in nfs_set_mount_transport_protocol()1014 mnt->mount_server.protocol == XPRT_TRANSPORT_TCP) in nfs_set_mount_transport_protocol()1018 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_set_mount_transport_protocol()1022 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_set_mount_transport_protocol()1397 mnt->mount_server.port = option; in nfs_parse_mount_options()1404 mnt->mount_server.version = option; in nfs_parse_mount_options()1486 mnt->mount_server.protocol = XPRT_TRANSPORT_UDP; in nfs_parse_mount_options()1491 mnt->mount_server.protocol = XPRT_TRANSPORT_TCP; in nfs_parse_mount_options()[all …]
695 if (data->mount_server.addrlen) { in nfs_init_server()696 memcpy(&server->mountd_address, &data->mount_server.address, in nfs_init_server()697 data->mount_server.addrlen); in nfs_init_server()698 server->mountd_addrlen = data->mount_server.addrlen; in nfs_init_server()700 server->mountd_version = data->mount_server.version; in nfs_init_server()701 server->mountd_port = data->mount_server.port; in nfs_init_server()702 server->mountd_protocol = data->mount_server.protocol; in nfs_init_server()
105 } mount_server; member