Searched refs:UNC (Results 1 – 10 of 10) sorted by relevance
| /Linux-v6.1/fs/cifs/ |
| D | fs_context.c | 317 new_ctx->UNC = NULL; in smb3_fs_context_dup() 328 DUP_CTX_STR(UNC); in smb3_fs_context_dup() 516 kfree(ctx->UNC); in smb3_parse_devname() 517 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname() 518 if (!ctx->UNC) in smb3_parse_devname() 521 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname() 649 if (!ctx->UNC) { in smb3_fs_context_validate() 655 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate() 666 slash = strchr(&ctx->UNC[2], '\\'); in smb3_fs_context_validate() 667 len = slash - &ctx->UNC[2]; in smb3_fs_context_validate() [all …]
|
| D | fs_context.h | 173 char *UNC; member
|
| D | connect.c | 1601 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session() 2298 if (strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) in match_tcon() 2503 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 3373 unsigned int unc_len = strnlen(ctx->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root() 3382 memcpy(full_path, ctx->UNC, unc_len); in build_unc_path_to_root() 3626 ctx->UNC + 1, NULL, root_tl)) { in is_dfs_mount() 3695 mnt_ctx->origin_fullpath = dfs_cache_canonical_path(ctx->UNC, cifs_sb->local_nls, in connect_dfs_root() 4216 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
|
| D | cifsfs.c | 872 cifs_dbg(FYI, "Devname: %s flags: %d\n", old_ctx->UNC, flags); in cifs_smb3_do_mount() 874 cifs_info("Attempting to mount %s\n", old_ctx->UNC); in cifs_smb3_do_mount()
|
| D | sess.c | 408 ctx.UNC = unc; in cifs_ses_add_channel()
|
| /Linux-v6.1/net/dns_resolver/ |
| D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
| /Linux-v6.1/tools/perf/util/ |
| D | mem-events.c | 576 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 641 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
|
| /Linux-v6.1/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.1/Documentation/driver-api/ |
| D | libata.rst | 732 This is indicated by UNC bit in the ERROR register. ATA devices 733 reports UNC error only after certain number of retries cannot
|
| /Linux-v6.1/arch/x86/events/intel/ |
| D | ds.c | 86 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|