Searched refs:UNC (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/fs/smb/client/ |
D | fs_context.c | 319 new_ctx->UNC = NULL; in smb3_fs_context_dup() 330 DUP_CTX_STR(UNC); in smb3_fs_context_dup() 497 ulen = strlen(ctx->UNC); in smb3_fs_context_fullpath() 503 memcpy(s, ctx->UNC, ulen); in smb3_fs_context_fullpath() 557 kfree(ctx->UNC); in smb3_parse_devname() 558 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname() 559 if (!ctx->UNC) in smb3_parse_devname() 562 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname() 688 if (!ctx->UNC) { in smb3_fs_context_validate() 694 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate() [all …]
|
D | namespace.c | 194 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount() 216 __func__, ctx->source, ctx->UNC, ctx->prepath); in cifs_do_automount()
|
D | dfs.c | 126 ref_path = dfs_get_path(cifs_sb, ctx->UNC); in set_ref_paths() 302 rc = dfs_get_referral(mnt_ctx, ctx->UNC + 1, NULL, NULL); in dfs_mount_share() 305 __func__, ctx->UNC + 1, rc); in dfs_mount_share()
|
D | fs_context.h | 174 char *UNC; member
|
D | sess.c | 415 ctx->UNC = kzalloc(len, GFP_KERNEL); in cifs_ses_add_channel() 416 if (!ctx->UNC) { in cifs_ses_add_channel() 420 scnprintf(ctx->UNC, len, unc_fmt, ses->ip_addr); in cifs_ses_add_channel() 510 kfree(ctx->UNC); in cifs_ses_add_channel()
|
D | connect.c | 1630 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session() 2358 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon() 2575 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 3935 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
|
/Linux-v6.6/net/dns_resolver/ |
D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
/Linux-v6.6/tools/perf/util/ |
D | mem-events.c | 580 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 645 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
|
/Linux-v6.6/arch/x86/events/amd/ |
D | ibs.c | 776 return L(UNC) | LN(UNC); in perf_ibs_get_mem_lvl()
|
/Linux-v6.6/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):: 841 In addition, DFS support for target shares which are specified as UNC
|
/Linux-v6.6/Documentation/driver-api/ |
D | libata.rst | 706 This is indicated by UNC bit in the ERROR register. ATA devices 707 reports UNC error only after certain number of retries cannot
|
/Linux-v6.6/arch/x86/events/intel/ |
D | ds.c | 95 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|