Home
last modified time | relevance | path

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

/linux-4.1.27/net/dns_resolver/
DKconfig13 being resolving a UNC hostname element to an IP address for CIFS or
/linux-4.1.27/fs/cifs/
Dconnect.c1173 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname()
1174 if (!vol->UNC) in cifs_parse_devname()
1177 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname()
1861 if (!vol->UNC) { in cifs_parse_mount_options()
1867 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options()
1874 if (!cifs_convert_address(dstaddr, &vol->UNC[2], in cifs_parse_mount_options()
1875 strlen(&vol->UNC[2]))) { in cifs_parse_mount_options()
2110 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2126 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session()
2599 tcon = cifs_find_tcon(ses, volume_info->UNC); in cifs_get_tcon()
[all …]
Dcifsglob.h440 char *UNC; member
/linux-4.1.27/Documentation/filesystems/cifs/
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
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.
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_intel_ds.c70 OP_LH | P(LVL, UNC) | P(SNOOP, NONE), /* 0x0f: uncached */