Lines Matching refs:master_tcon
4115 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in __cifs_construct_tcon() local
4128 ctx->UNC = master_tcon->tree_name; in __cifs_construct_tcon()
4129 ctx->retry = master_tcon->retry; in __cifs_construct_tcon()
4130 ctx->nocase = master_tcon->nocase; in __cifs_construct_tcon()
4131 ctx->nohandlecache = master_tcon->nohandlecache; in __cifs_construct_tcon()
4132 ctx->local_lease = master_tcon->local_lease; in __cifs_construct_tcon()
4133 ctx->no_lease = master_tcon->no_lease; in __cifs_construct_tcon()
4134 ctx->resilient = master_tcon->use_resilient; in __cifs_construct_tcon()
4135 ctx->persistent = master_tcon->use_persistent; in __cifs_construct_tcon()
4136 ctx->handle_timeout = master_tcon->handle_timeout; in __cifs_construct_tcon()
4137 ctx->no_linux_ext = !master_tcon->unix_ext; in __cifs_construct_tcon()
4138 ctx->linux_ext = master_tcon->posix_extensions; in __cifs_construct_tcon()
4139 ctx->sectype = master_tcon->ses->sectype; in __cifs_construct_tcon()
4140 ctx->sign = master_tcon->ses->sign; in __cifs_construct_tcon()
4141 ctx->seal = master_tcon->seal; in __cifs_construct_tcon()
4142 ctx->witness = master_tcon->use_witness; in __cifs_construct_tcon()
4143 ctx->dfs_root_ses = master_tcon->ses->dfs_root_ses; in __cifs_construct_tcon()
4145 rc = cifs_set_vol_auth(ctx, master_tcon->ses); in __cifs_construct_tcon()
4153 ++master_tcon->ses->server->srv_count; in __cifs_construct_tcon()
4156 ses = cifs_get_smb_ses(master_tcon->ses->server, ctx); in __cifs_construct_tcon()
4159 cifs_put_tcp_session(master_tcon->ses->server, 0); in __cifs_construct_tcon()
4164 spin_lock(&master_tcon->tc_lock); in __cifs_construct_tcon()
4165 if (master_tcon->origin_fullpath) { in __cifs_construct_tcon()
4166 spin_unlock(&master_tcon->tc_lock); in __cifs_construct_tcon()
4175 spin_unlock(&master_tcon->tc_lock); in __cifs_construct_tcon()