Searched refs:UNC (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 443 new_ctx->UNC = NULL; in smb3_fs_context_dup() 457 DUP_CTX_STR(UNC); in smb3_fs_context_dup() 626 ulen = strlen(ctx->UNC); in smb3_fs_context_fullpath() 632 memcpy(s, ctx->UNC, ulen); in smb3_fs_context_fullpath() 686 kfree(ctx->UNC); in smb3_parse_devname() 687 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname() 688 if (!ctx->UNC) in smb3_parse_devname() 691 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname() 858 if (!ctx->UNC) { in smb3_fs_context_validate() 864 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate() [all …]
|
| H A D | namespace.c | 241 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount() 265 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
|
| H A D | dfs.c | 117 ref_path = dfs_get_path(cifs_sb, ctx->UNC); in setup_dfs_ref() 287 rc = dfs_get_referral(mnt_ctx, ctx->UNC + 1, NULL); in dfs_mount_share() 290 __func__, ctx->UNC + 1, rc); in dfs_mount_share()
|
| H A D | fs_context.h | 229 char *UNC; member
|
| H A D | sess.c | 538 ctx->UNC = kzalloc(len, GFP_KERNEL); in cifs_ses_add_channel() 539 if (!ctx->UNC) { in cifs_ses_add_channel() 543 scnprintf(ctx->UNC, len, unc_fmt, ses->ip_addr); in cifs_ses_add_channel() 634 kfree(ctx->UNC); in cifs_ses_add_channel()
|
| H A D | connect.c | 1748 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session() 2544 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon() 2778 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4384 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
|
| /linux/net/dns_resolver/ |
| H A D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
| /linux/tools/perf/util/ |
| H A D | mem-events.c | 678 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 746 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
|
| H A D | intel-pt.c | 2303 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */ 2323 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */
|
| /linux/arch/x86/events/amd/ |
| H A D | ibs.c | 906 return L(UNC) | LN(UNC); in perf_ibs_get_mem_lvl()
|
| /linux/Documentation/admin-guide/cifs/ |
| H A D | usage.rst | 134 or unpredictable UNC names. 232 syntax) instead of the more widely used UNC format (i.e. \\server\share):: 830 In addition, DFS support for target shares which are specified as UNC
|
| /linux/Documentation/driver-api/ |
| H A D | libata.rst | 713 This is indicated by UNC bit in the ERROR register. ATA devices 714 reports UNC error only after certain number of retries cannot
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 106 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|