Home
last modified time | relevance | path

Searched refs:UNC (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dfs_context.c457 DUP_CTX_STR(UNC); in smb3_fs_context_dup()
686 kfree(ctx->UNC); in smb3_parse_devname()
688 if (!ctx->UNC) in smb3_parse_devname()
817 if (!ctx->UNC) { in smb3_fs_context_validate()
823 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate()
927 if (new_ctx->UNC && in smb3_verify_reconfigure_ctx()
928 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx()
1425 kfree(ctx->UNC); in smb3_fs_context_parse_param()
1426 ctx->UNC = NULL; in smb3_fs_context_parse_param()
1988 kfree(ctx->UNC); in smb3_cleanup_fs_context_contents()
[all …]
H A Dnamespace.c238 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount()
262 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
H A Ddfs.c117 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 Dfs_context.h229 char *UNC; member
H A Dsess.c509 ctx->UNC = kzalloc(len, GFP_KERNEL); in cifs_ses_add_channel()
510 if (!ctx->UNC) { in cifs_ses_add_channel()
514 scnprintf(ctx->UNC, len, unc_fmt, ses->ip_addr); in cifs_ses_add_channel()
605 kfree(ctx->UNC); in cifs_ses_add_channel()
H A Dconnect.c1736 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session()
2535 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon()
2769 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
4369 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
/linux-6.15/net/dns_resolver/
H A DKconfig14 being resolving a UNC hostname element to an IP address for CIFS or
/linux-6.15/tools/perf/util/
H A Dmem-events.c678 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
743 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
/linux-6.15/arch/x86/events/amd/
H A Dibs.c905 return L(UNC) | LN(UNC); in perf_ibs_get_mem_lvl()
/linux-6.15/Documentation/admin-guide/cifs/
H A Dusage.rst134 or unpredictable UNC names.
232 syntax) instead of the more widely used UNC format (i.e. \\server\share)::
828 In addition, DFS support for target shares which are specified as UNC
/linux-6.15/Documentation/driver-api/
H A Dlibata.rst706 This is indicated by UNC bit in the ERROR register. ATA devices
707 reports UNC error only after certain number of retries cannot
/linux-6.15/arch/x86/events/intel/
H A Dds.c105 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */