Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dcifs_dfs_ref.c146 char *srvIP = NULL; in cifs_compose_mount_options() local
179 rc = dns_resolve_server_name_to_ip(name, &srvIP, NULL); in cifs_compose_mount_options()
240 strcat(mountdata, srvIP); in cifs_compose_mount_options()
251 kfree(srvIP); in cifs_compose_mount_options()