Home
last modified time | relevance | path

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

/fs/cifs/
Dconnect.c1159 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname()
1160 if (!vol->UNC) in cifs_parse_devname()
1163 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname()
1833 if (!vol->UNC) { in cifs_parse_mount_options()
1839 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options()
1846 if (!cifs_convert_address(dstaddr, &vol->UNC[2], in cifs_parse_mount_options()
1847 strlen(&vol->UNC[2]))) { in cifs_parse_mount_options()
2108 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2130 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session()
2580 tcon = cifs_find_tcon(ses, volume_info->UNC); in cifs_get_tcon()
[all …]
DREADME67 net use <mount point> <UNC name or cifs URL>
126 or unpredictable UNC names.
217 syntax) instead of the more widely used UNC format (i.e. \\server\share):
728 In addition, DFS support for target shares which are specified as UNC
Dcifsglob.h399 char *UNC; member
DCHANGES163 mount helper is missing convert make sure that UNC name
829 (server name portion of) the UNC name. Allow override of the
945 in a UNC style device name. Implementation of readpage/writepage started.