Home
last modified time | relevance | path

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

/fs/smb/client/
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()
1946 kfree(ctx->UNC); in smb3_cleanup_fs_context_contents()
[all …]
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()
A Dnamespace.c241 tmp.UNC = tmp.prepath = NULL; in cifs_do_automount()
265 __func__, ctx->source, ctx->UNC, ctx->prepath, ctx->dfs_automount); in cifs_do_automount()
A Dfs_context.h229 char *UNC; member
A Dsess.c521 ctx->UNC = kzalloc(len, GFP_KERNEL); in cifs_ses_add_channel()
522 if (!ctx->UNC) { in cifs_ses_add_channel()
526 scnprintf(ctx->UNC, len, unc_fmt, ses->ip_addr); in cifs_ses_add_channel()
617 kfree(ctx->UNC); in cifs_ses_add_channel()
A Dconnect.c1754 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session()
2554 strncmp(tcon->tree_name, ctx->UNC, MAX_TREE_SIZE)) { in match_tcon()
2788 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
4386 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()

Completed in 20 milliseconds