Lines Matching refs:UNC
1351 cifs_dbg(FYI, "UNC: %s\n", ctx->UNC); in cifs_get_tcp_session()
1367 tcp_ses->hostname = extract_hostname(ctx->UNC); in cifs_get_tcp_session()
1989 if (strncmp(tcon->treeName, ctx->UNC, MAX_TREE_SIZE)) in match_tcon()
2182 rc = ses->server->ops->tree_connect(xid, ses, ctx->UNC, tcon, in cifs_get_tcon()
3017 unsigned int unc_len = strnlen(ctx->UNC, MAX_TREE_SIZE + 1); in build_unc_path_to_root()
3026 memcpy(full_path, ctx->UNC, unc_len); in build_unc_path_to_root()
3121 kfree(ctx->UNC); in update_vol_info()
3122 ctx->UNC = new_unc; in update_vol_info()
3178 cifs_dbg(FYI, "%s: old ctx: UNC=%s prepath=%s\n", __func__, tmp_ctx.UNC, in do_dfs_failover()
3197 cifs_dbg(FYI, "%s: new ctx: UNC=%s prepath=%s\n", __func__, tmp_ctx.UNC, in do_dfs_failover()
3212 cifs_dbg(FYI, "%s: final ctx: UNC=%s prepath=%s\n", __func__, tmp_ctx.UNC, in do_dfs_failover()
3411 v.UNC = ctx->UNC; in next_dfs_prepath()
3488 dfs_cache_find(xid, ses, cifs_sb->local_nls, cifs_remap(cifs_sb), ctx->UNC + 1, NULL, in cifs_mount()
3909 ctx->UNC = master_tcon->treeName; in cifs_construct_tcon()