Searched refs:UNC (Results 1 – 10 of 10) sorted by relevance
| /linux/fs/cifs/ |
| A D | fs_context.c | 314 new_ctx->UNC = NULL; in smb3_fs_context_dup() 325 DUP_CTX_STR(UNC); in smb3_fs_context_dup() 514 kfree(ctx->UNC); in smb3_parse_devname() 516 if (!ctx->UNC) in smb3_parse_devname() 647 if (!ctx->UNC) { in smb3_fs_context_validate() 653 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate() 744 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx() 1104 kfree(ctx->UNC); in smb3_fs_context_parse_param() 1105 ctx->UNC = NULL; in smb3_fs_context_parse_param() 1579 kfree(ctx->UNC); in smb3_cleanup_fs_context_contents() [all …]
|
| A D | fs_context.h | 171 char *UNC; member
|
| A D | connect.c | 1420 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session() 2105 if (strncmp(tcon->treeName, ctx->UNC, MAX_TREE_SIZE)) in match_tcon() 2298 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon() 3137 unsigned int unc_len = strnlen(ctx->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root() 3146 memcpy(full_path, ctx->UNC, unc_len); in build_unc_path_to_root() 3374 ctx->UNC + 1, NULL, root_tl)) { in is_dfs_mount() 3440 mnt_ctx->origin_fullpath = dfs_cache_canonical_path(ctx->UNC, cifs_sb->local_nls, in connect_dfs_root() 3888 ctx->UNC = master_tcon->treeName; in cifs_construct_tcon()
|
| A D | cifsfs.c | 828 cifs_dbg(FYI, "Devname: %s flags: %d\n", old_ctx->UNC, flags); in cifs_smb3_do_mount() 830 cifs_info("Attempting to mount %s\n", old_ctx->UNC); in cifs_smb3_do_mount()
|
| A D | sess.c | 234 ctx.UNC = unc; in cifs_ses_add_channel()
|
| /linux/net/dns_resolver/ |
| A D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
| /linux/tools/perf/util/ |
| A D | mem-events.c | 520 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats() 573 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
|
| /linux/Documentation/admin-guide/cifs/ |
| A D | usage.rst | 134 or unpredictable UNC names. 232 syntax) instead of the more widely used UNC format (i.e. \\server\share):: 842 In addition, DFS support for target shares which are specified as UNC
|
| /linux/Documentation/driver-api/ |
| A D | libata.rst | 743 This is indicated by UNC bit in the ERROR register. ATA devices 744 reports UNC error only after certain number of retries cannot
|
| /linux/arch/x86/events/intel/ |
| A D | ds.c | 86 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|
Completed in 29 milliseconds