Searched refs:UNC (Results 1 – 14 of 14) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.c | 352 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 D | namespace.c | 238 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 D | dfs.c | 113 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 D | fs_context.h | 187 char *UNC; member
|
H A D | sess.c | 568 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 D | connect.c | 1701 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 D | Kconfig | 14 being resolving a UNC hostname element to an IP address for CIFS or
|
/openbmc/linux/tools/perf/util/ |
H A D | mem-events.c | 584 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 D | ibs.c | 776 return L(UNC) | LN(UNC); in perf_ibs_get_mem_lvl()
|
/openbmc/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):: 827 In addition, DFS support for target shares which are specified as UNC
|
/openbmc/linux/Documentation/driver-api/ |
H A D | libata.rst | 706 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 D | qapi-schema.json | 930 # @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 D | 0001-BootLogoLib-align-logo-coords-to-be-even.patch | 289 zND}dy<3mAOF$X;PhI*MyaZjcNcbZSP?;;1R<_trG0~V+UNC~~6GaNc*Bu)W3wQ@O9
|
/openbmc/linux/arch/x86/events/intel/ |
H A D | ds.c | 95 OP_LH | P(LVL, UNC) | LEVEL(NA) | P(SNOOP, NONE), /* 0x0f: uncached */
|