Searched refs:UNC (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/net/dns_resolver/ |
D | Kconfig | 13 being resolving a UNC hostname element to an IP address for CIFS or
|
/linux-4.4.14/fs/cifs/ |
D | connect.c | 1190 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname() 1191 if (!vol->UNC) in cifs_parse_devname() 1194 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname() 1905 if (!vol->UNC) { in cifs_parse_mount_options() 1911 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options() 1918 if (!cifs_convert_address(dstaddr, &vol->UNC[2], in cifs_parse_mount_options() 1919 strlen(&vol->UNC[2]))) { in cifs_parse_mount_options() 2154 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session() 2170 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session() 2644 tcon = cifs_find_tcon(ses, volume_info->UNC); in cifs_get_tcon() [all …]
|
D | cifsglob.h | 449 char *UNC; member
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 67 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
|
D | CHANGES | 163 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.4.14/arch/x86/kernel/cpu/ |
D | perf_event_intel_ds.c | 71 OP_LH | P(LVL, UNC) | P(SNOOP, NONE), /* 0x0f: uncached */
|