UNC                77 arch/x86/events/intel/ds.c 	OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
UNC               533 fs/cifs/cifsglob.h 	char *UNC;
UNC              1611 fs/cifs/connect.c 	vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL);
UNC              1612 fs/cifs/connect.c 	if (!vol->UNC)
UNC              1615 fs/cifs/connect.c 	convert_delimiter(vol->UNC, '\\');
UNC              2460 fs/cifs/connect.c 	if (!vol->UNC) {
UNC              2466 fs/cifs/connect.c 	if (!strchr(vol->UNC + 3, '\\')) {
UNC              2477 fs/cifs/connect.c 		slash = strchr(&vol->UNC[2], '\\');
UNC              2478 fs/cifs/connect.c 		len = slash - &vol->UNC[2];
UNC              2479 fs/cifs/connect.c 		if (!cifs_convert_address(dstaddr, &vol->UNC[2], len)) {
UNC              2757 fs/cifs/connect.c 	cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC);
UNC              2773 fs/cifs/connect.c 	tcp_ses->hostname = extract_hostname(volume_info->UNC);
UNC              3343 fs/cifs/connect.c 	if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE))
UNC              3523 fs/cifs/connect.c 	rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon,
UNC              4209 fs/cifs/connect.c 	kfree(volume_info->UNC);
UNC              4373 fs/cifs/connect.c 	unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1);
UNC              4382 fs/cifs/connect.c 	memcpy(full_path, vol->UNC, unc_len);
UNC              4425 fs/cifs/connect.c 	ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1;
UNC              4476 fs/cifs/connect.c 	kfree(vol->UNC);
UNC              4477 fs/cifs/connect.c 	vol->UNC = new_unc;
UNC              4771 fs/cifs/connect.c 				    cifs_remap(cifs_sb), vol->UNC + 1, NULL,
UNC              5279 fs/cifs/connect.c 	vol_info->UNC = master_tcon->treeName;
UNC              1098 fs/cifs/dfs_cache.c 	if (vol->UNC) {
UNC              1099 fs/cifs/dfs_cache.c 		cifs_dbg(FYI, "%s: vol->UNC: %s\n", __func__, vol->UNC);
UNC              1100 fs/cifs/dfs_cache.c 		new->UNC = kstrndup(vol->UNC, strlen(vol->UNC), GFP_KERNEL);
UNC              1101 fs/cifs/dfs_cache.c 		if (!new->UNC)
UNC              1131 fs/cifs/dfs_cache.c 	kfree(new->UNC);
UNC               349 tools/perf/util/mem-events.c 			if (lvl & P(LVL, UNC)) stats->ld_uncache++;
UNC               402 tools/perf/util/mem-events.c 			if (lvl & P(LVL, UNC)) stats->st_uncache++;