Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfs_context.c352 new_ctx->UNC = NULL; in smb3_fs_context_dup()
364 DUP_CTX_STR(UNC); in smb3_fs_context_dup()
531 ulen = strlen(ctx->UNC); in smb3_fs_context_fullpath()
537 memcpy(s, ctx->UNC, ulen); in smb3_fs_context_fullpath()
591 kfree(ctx->UNC); in smb3_parse_devname()
592 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname()
593 if (!ctx->UNC) in smb3_parse_devname()
596 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname()
722 if (!ctx->UNC) { in smb3_fs_context_validate()
728 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate()
[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.c113 ref_path = dfs_get_path(cifs_sb, ctx->UNC); in set_ref_paths()
305 rc = dfs_get_referral(mnt_ctx, ctx->UNC + 1, NULL, NULL); in dfs_mount_share()
308 __func__, ctx->UNC + 1, rc); in dfs_mount_share()
H A Dfs_context.h187 char *UNC; member
H A Dsess.c568 ctx->UNC = kzalloc(len, GFP_KERNEL); in cifs_ses_add_channel()
569 if (!ctx->UNC) { in cifs_ses_add_channel()
573 scnprintf(ctx->UNC, len, unc_fmt, ses->ip_addr); in cifs_ses_add_channel()
657 kfree(ctx->UNC); in cifs_ses_add_channel()
H A Dconnect.c1701 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session()
2469 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon()
2696 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
4120 ctx->UNC = master_tcon->tree_name; in __cifs_construct_tcon()
/openbmc/linux/net/dns_resolver/
H A DKconfig14 being resolving a UNC hostname element to an IP address for CIFS or
/openbmc/linux/tools/perf/util/
H A Dmem-events.c584 if (lvl & P(LVL, UNC)) stats->ld_uncache++; in c2c_decode_stats()
649 if (lvl & P(LVL, UNC)) stats->st_uncache++; in c2c_decode_stats()
/openbmc/linux/arch/x86/events/amd/
H A Dibs.c776 return L(UNC) | LN(UNC); in perf_ibs_get_mem_lvl()
/openbmc/linux/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)::
827 In addition, DFS support for target shares which are specified as UNC
/openbmc/linux/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
/openbmc/qemu/qga/
H A Dqapi-schema.json930 # @dev: device node (POSIX) or device UNC (Windows) (since: 3.1)
1000 # @name: device node (Linux) or device UNC (Windows)
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/uefi/files/
H A D0001-BootLogoLib-align-logo-coords-to-be-even.patch289 zND}dy<3mAOF$X;PhI*MyaZjcNcbZSP?;;1R<_trG0~V+UNC~~6GaNc*Bu)W3wQ@O9
/openbmc/linux/arch/x86/events/intel/
H A Dds.c95 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */