Searched refs:UNC (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/fs/cifs/ |
D | fs_context.c | 311 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 …]
|
D | connect.c | 1351 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 …]
|
D | fs_context.h | 169 char *UNC; member
|
D | cifsfs.c | 829 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()
|
D | sess.c | 215 ctx.UNC = unc; in cifs_ses_add_channel()
|
/Linux-v5.15/net/dns_resolver/ |
D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
/Linux-v5.15/tools/perf/util/ |
D | mem-events.c | 504 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/ |
D | usage.rst | 134 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/ |
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.15/arch/x86/events/intel/ |
D | ds.c | 86 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|