Lines Matching defs:master_tcon
3979 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb);
3991 ctx->UNC = master_tcon->tree_name;
3992 ctx->retry = master_tcon->retry;
3993 ctx->nocase = master_tcon->nocase;
3994 ctx->nohandlecache = master_tcon->nohandlecache;
3995 ctx->local_lease = master_tcon->local_lease;
3996 ctx->no_lease = master_tcon->no_lease;
3997 ctx->resilient = master_tcon->use_resilient;
3998 ctx->persistent = master_tcon->use_persistent;
3999 ctx->handle_timeout = master_tcon->handle_timeout;
4000 ctx->no_linux_ext = !master_tcon->unix_ext;
4001 ctx->linux_ext = master_tcon->posix_extensions;
4002 ctx->sectype = master_tcon->ses->sectype;
4003 ctx->sign = master_tcon->ses->sign;
4004 ctx->seal = master_tcon->seal;
4005 ctx->witness = master_tcon->use_witness;
4007 rc = cifs_set_vol_auth(ctx, master_tcon->ses);
4015 ++master_tcon->ses->server->srv_count;
4018 ses = cifs_get_smb_ses(master_tcon->ses->server, ctx);
4021 cifs_put_tcp_session(master_tcon->ses->server, 0);