Home
last modified time | relevance | path

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

/Linux-v5.10/net/dns_resolver/
DKconfig14 being resolving a UNC hostname element to an IP address for CIFS or
/Linux-v5.10/fs/cifs/
Ddfs_cache.c1159 if (vol->UNC) { in dup_vol()
1160 cifs_dbg(FYI, "%s: vol->UNC: %s\n", __func__, vol->UNC); in dup_vol()
1161 new->UNC = kstrndup(vol->UNC, strlen(vol->UNC), GFP_KERNEL); in dup_vol()
1162 if (!new->UNC) in dup_vol()
1192 kfree(new->UNC); in dup_vol()
Dconnect.c1352 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in cifs_parse_devname()
1353 if (!vol->UNC) in cifs_parse_devname()
1356 convert_delimiter(vol->UNC, '\\'); in cifs_parse_devname()
2225 if (!vol->UNC) { in cifs_parse_mount_options()
2231 if (!strchr(vol->UNC + 3, '\\')) { in cifs_parse_mount_options()
2242 slash = strchr(&vol->UNC[2], '\\'); in cifs_parse_mount_options()
2243 len = slash - &vol->UNC[2]; in cifs_parse_mount_options()
2244 if (!cifs_convert_address(dstaddr, &vol->UNC[2], len)) { in cifs_parse_mount_options()
2522 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC); in cifs_get_tcp_session()
2538 tcp_ses->hostname = extract_hostname(volume_info->UNC); in cifs_get_tcp_session()
[all …]
Dcifsglob.h537 char *UNC; member
Dsess.c216 vol.UNC = unc; in cifs_ses_add_channel()
/Linux-v5.10/tools/perf/util/
Dmem-events.c364 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
417 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
/Linux-v5.10/Documentation/admin-guide/cifs/
Dusage.rst134 or unpredictable UNC names.
232 syntax) instead of the more widely used UNC format (i.e. \\server\share)::
839 In addition, DFS support for target shares which are specified as UNC
/Linux-v5.10/Documentation/driver-api/
Dlibata.rst743 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.10/arch/x86/events/intel/
Dds.c78 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */