Searched refs:UNC (Results 1 – 13 of 13) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 442 new_ctx->UNC = NULL; in smb3_fs_context_dup() 456 DUP_CTX_STR(UNC); in smb3_fs_context_dup() 629 ulen = strlen(ctx->UNC); in smb3_fs_context_fullpath() 635 memcpy(s, ctx->UNC, ulen); in smb3_fs_context_fullpath() 689 kfree(ctx->UNC); in smb3_parse_devname() 690 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname() 691 if (!ctx->UNC) in smb3_parse_devname() 694 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname() 859 if (!ctx->UNC) { in smb3_fs_context_validate() 865 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 | sess.c | 537 ctx->UNC = kzalloc(len, GFP_KERNEL); in cifs_ses_add_channel() 538 if (!ctx->UNC) { in cifs_ses_add_channel() 542 scnprintf(ctx->UNC, len, unc_fmt, ses->ip_addr); in cifs_ses_add_channel() 633 kfree(ctx->UNC); in cifs_ses_add_channel()
|
| H A D | fs_context.h | 229 char *UNC; member
|
| H A D | connect.c | 1751 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session() 2550 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon() 2784 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4215 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/arch/x86/events/intel/ |
| H A D | ds.c | 141 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */ 286 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */ 300 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x06: uncached */
|
| /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
|