Home
last modified time | relevance | path

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

/Linux-v5.15/fs/cifs/
Dfs_context.c311 new_ctx->UNC = NULL; in smb3_fs_context_dup()
321 DUP_CTX_STR(UNC); in smb3_fs_context_dup()
467 kfree(ctx->UNC); in smb3_parse_devname()
468 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname()
469 if (!ctx->UNC) in smb3_parse_devname()
472 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname()
600 if (!ctx->UNC) { in smb3_fs_context_validate()
606 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate()
617 slash = strchr(&ctx->UNC[2], '\\'); in smb3_fs_context_validate()
618 len = slash - &ctx->UNC[2]; in smb3_fs_context_validate()
[all …]
Dconnect.c1351 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session()
1367 tcp_ses->hostname = extract_hostname(ctx->UNC); in cifs_get_tcp_session()
1989 if (strncmp(tcon->treeName, ctx->UNC, MAX_TREE_SIZE)) in match_tcon()
2182 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
3017 unsigned int unc_len = strnlen(ctx->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root()
3026 memcpy(full_path, ctx->UNC, unc_len); in build_unc_path_to_root()
3121 kfree(ctx->UNC); in update_vol_info()
3122 ctx->UNC = new_unc; in update_vol_info()
3178 cifs_dbg(FYI, "%s: old ctx: UNC=%s prepath=%s\n", __func__, tmp_ctx.UNC, in do_dfs_failover()
3197 cifs_dbg(FYI, "%s: new ctx: UNC=%s prepath=%s\n", __func__, tmp_ctx.UNC, in do_dfs_failover()
[all …]
Dfs_context.h169 char *UNC; member
Dcifsfs.c829 cifs_dbg(FYI, "Devname: %s flags: %d\n", old_ctx->UNC, flags); in cifs_smb3_do_mount()
831 cifs_info("Attempting to mount %s\n", old_ctx->UNC); in cifs_smb3_do_mount()
Dsess.c215 ctx.UNC = unc; in cifs_ses_add_channel()
/Linux-v5.15/net/dns_resolver/
DKconfig14 being resolving a UNC hostname element to an IP address for CIFS or
/Linux-v5.15/tools/perf/util/
Dmem-events.c504 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
557 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
/Linux-v5.15/Documentation/admin-guide/cifs/
Dusage.rst134 or unpredictable UNC names.
232 syntax) instead of the more widely used UNC format (i.e. \\server\share)::
842 In addition, DFS support for target shares which are specified as UNC
/Linux-v5.15/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.15/arch/x86/events/intel/
Dds.c86 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */