Searched refs:UNC (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | fs_context.c | 207 * UNC and prefixpath is now extracted from Opt_source 442 new_ctx->UNC = NULL; in smb3_fs_context_dup() 456 DUP_CTX_STR(UNC); in smb3_fs_context_dup() 589 * Return full path based on the values of @ctx->{UNC,prepath}. 598 ulen = strlen(ctx->UNC); in smb3_fs_context_fullpath() 604 memcpy(s, ctx->UNC, ulen); in smb3_fs_context_fullpath() 615 * Parse a devname into substrings and populate the ctx->UNC and ctx->prepath 632 /* make sure we have a valid UNC double delimiter prefix */ in smb3_parse_devname() 635 cifs_dbg(VFS, "UNC: path must begin with // or \\\\\n"); in smb3_parse_devname() 642 cifs_dbg(VFS, "UNC in smb3_parse_devname() [all...] |
| H A D | namespace.c | 50 * cifs_build_devname - build a devicename from a UNC and optional prepath 51 * @nodename: pointer to UNC string 55 * big enough to hold the final thing. Copy the UNC from the nodename, and 74 /* get length of UNC and set pos to last char */ in cifs_build_devname() 86 * +1 for delimiter between UNC and prepath in cifs_build_devname() 101 /* copy in the UNC portion from referral */ in cifs_build_devname() 241 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount() 264 cifs_dbg(FYI, "%s: ctx: source=%s UNC=%s prepath=%s dfs_automount=%d\n", 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 | 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() 2694 cifs_dbg(FYI, "Found match on UNC path\n"); in cifs_get_tcon() 2789 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 4223 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 | 2323 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */ 2343 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* Uncached hit|SNP None */
|
| /linux/Documentation/arch/s390/ |
| H A D | pci.rst | 112 - 0x00 (UNC): Unclassified
|
| /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
|