Searched refs:UNC (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/fs/cifs/ |
D | dfs_cache.c | 1098 if (vol->UNC) { in dup_vol() 1099 cifs_dbg(FYI, "%s: vol->UNC: %s\n", __func__, vol->UNC); in dup_vol() 1100 new->UNC = kstrndup(vol->UNC, strlen(vol->UNC), GFP_KERNEL); in dup_vol() 1101 if (!new->UNC) in dup_vol() 1131 kfree(new->UNC); in dup_vol()
|
D | connect.c | 1576 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname() 1577 if (!vol->UNC) in cifs_parse_devname() 1580 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname() 2425 if (!vol->UNC) { in cifs_parse_mount_options() 2431 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options() 2442 slash = strchr(&vol->UNC[2], '\\'); in cifs_parse_mount_options() 2443 len = slash - &vol->UNC[2]; in cifs_parse_mount_options() 2444 if (!cifs_convert_address(dstaddr, &vol->UNC[2], len)) { in cifs_parse_mount_options() 2722 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session() 2738 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session() [all …]
|
D | cifsglob.h | 533 char *UNC; member
|
/Linux-v5.4/net/dns_resolver/ |
D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
/Linux-v5.4/tools/perf/util/ |
D | mem-events.c | 349 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 402 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
|
/Linux-v5.4/Documentation/admin-guide/cifs/ |
D | usage.rst | 135 or unpredictable UNC names. 233 syntax) instead of the more widely used UNC format (i.e. \\server\share):: 840 In addition, DFS support for target shares which are specified as UNC
|
/Linux-v5.4/Documentation/driver-api/ |
D | libata.rst | 743 This is indicated by UNC bit in the ERROR register. ATA devices 744 reports UNC error only after certain number of retries cannot
|
/Linux-v5.4/arch/x86/events/intel/ |
D | ds.c | 77 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|