Home
last modified time | relevance | path

Searched refs:srv_loc (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/fs/nfs/
Dnfs4proc.c3963 struct nfs4_string *srv_loc = &location->servers[i]; in test_fs_location_for_trunking() local
3979 if (!srv_loc->len) in test_fs_location_for_trunking()
3982 addrlen = nfs_parse_server_name(srv_loc->data, srv_loc->len, in test_fs_location_for_trunking()
3989 servername = kmalloc(srv_loc->len + 1, GFP_KERNEL); in test_fs_location_for_trunking()
3992 memcpy(servername, srv_loc->data, srv_loc->len); in test_fs_location_for_trunking()
3993 servername[srv_loc->len] = '\0'; in test_fs_location_for_trunking()