Searched refs:srv_loc (Results 1 – 1 of 1) sorted by relevance
3953 struct nfs4_string *srv_loc = &location->servers[i]; in test_fs_location_for_trunking() local3969 if (!srv_loc->len) in test_fs_location_for_trunking()3972 addrlen = nfs_parse_server_name(srv_loc->data, srv_loc->len, in test_fs_location_for_trunking()3979 servername = kmalloc(srv_loc->len + 1, GFP_KERNEL); in test_fs_location_for_trunking()3982 memcpy(servername, srv_loc->data, srv_loc->len); in test_fs_location_for_trunking()3983 servername[srv_loc->len] = '\0'; in test_fs_location_for_trunking()