Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dcifs_dfs_ref.c147 char *srvIP = NULL; in cifs_compose_mount_options() local
168 rc = dns_resolve_server_name_to_ip(*devname, &srvIP); in cifs_compose_mount_options()
225 strcat(mountdata, srvIP); in cifs_compose_mount_options()
231 kfree(srvIP); in cifs_compose_mount_options()