Searched refs:UNC (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/smb/client/ |
| 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() 622 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() 2555 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon() 2789 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4224 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 | 2325 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */ 2345 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */ in intel_pt_grt_latency_data()
|
| /linux/Documentation/arch/s390/ |
| H A D | pci.rst | 112 - 0x00 (UNC): Unclassified
|
| /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
|