Lines Matching refs:UNC
311 new_ctx->UNC = NULL; in smb3_fs_context_dup()
321 DUP_CTX_STR(UNC); in smb3_fs_context_dup()
467 kfree(ctx->UNC); in smb3_parse_devname()
468 ctx->UNC = kstrndup(devname, pos - devname, GFP_KERNEL); in smb3_parse_devname()
469 if (!ctx->UNC) in smb3_parse_devname()
472 convert_delimiter(ctx->UNC, '\\'); in smb3_parse_devname()
600 if (!ctx->UNC) { in smb3_fs_context_validate()
606 if (strlen(ctx->UNC) < 3 || !strchr(ctx->UNC + 3, '\\')) { in smb3_fs_context_validate()
617 slash = strchr(&ctx->UNC[2], '\\'); in smb3_fs_context_validate()
618 len = slash - &ctx->UNC[2]; in smb3_fs_context_validate()
620 &ctx->UNC[2], len)) { in smb3_fs_context_validate()
696 if (new_ctx->UNC && in smb3_verify_reconfigure_ctx()
697 (!old_ctx->UNC || strcmp(new_ctx->UNC, old_ctx->UNC))) { in smb3_verify_reconfigure_ctx()
753 STEAL_STRING(cifs_sb, ctx, UNC); in smb3_reconfigure()
1050 kfree(ctx->UNC); in smb3_fs_context_parse_param()
1051 ctx->UNC = NULL; in smb3_fs_context_parse_param()
1499 kfree(ctx->UNC); in smb3_cleanup_fs_context_contents()
1500 ctx->UNC = NULL; in smb3_cleanup_fs_context_contents()