Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dconnect.c1400 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname()
1401 if (!vol->UNC) in cifs_parse_devname()
1404 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname()
2190 if (!vol->UNC) { in cifs_parse_mount_options()
2196 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options()
2207 slash = strchr(&vol->UNC[2], '\\'); in cifs_parse_mount_options()
2208 len = slash - &vol->UNC[2]; in cifs_parse_mount_options()
2209 if (!cifs_convert_address(dstaddr, &vol->UNC[2], len)) { in cifs_parse_mount_options()
2470 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2486 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session()
[all …]
Dcifsglob.h501 char *UNC; member