Lines Matching refs:master_tcon
4199 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local
4211 ctx->UNC = master_tcon->tree_name; in cifs_construct_tcon()
4212 ctx->retry = master_tcon->retry; in cifs_construct_tcon()
4213 ctx->nocase = master_tcon->nocase; in cifs_construct_tcon()
4214 ctx->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
4215 ctx->local_lease = master_tcon->local_lease; in cifs_construct_tcon()
4216 ctx->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
4217 ctx->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
4218 ctx->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
4219 ctx->handle_timeout = master_tcon->handle_timeout; in cifs_construct_tcon()
4220 ctx->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
4221 ctx->linux_ext = master_tcon->posix_extensions; in cifs_construct_tcon()
4222 ctx->sectype = master_tcon->ses->sectype; in cifs_construct_tcon()
4223 ctx->sign = master_tcon->ses->sign; in cifs_construct_tcon()
4224 ctx->seal = master_tcon->seal; in cifs_construct_tcon()
4225 ctx->witness = master_tcon->use_witness; in cifs_construct_tcon()
4227 rc = cifs_set_vol_auth(ctx, master_tcon->ses); in cifs_construct_tcon()
4235 ++master_tcon->ses->server->srv_count; in cifs_construct_tcon()
4238 ses = cifs_get_smb_ses(master_tcon->ses->server, ctx); in cifs_construct_tcon()
4241 cifs_put_tcp_session(master_tcon->ses->server, 0); in cifs_construct_tcon()