Lines Matching defs:master_tcon
5104 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb);
5116 vol_info->UNC = master_tcon->treeName;
5117 vol_info->retry = master_tcon->retry;
5118 vol_info->nocase = master_tcon->nocase;
5119 vol_info->nohandlecache = master_tcon->nohandlecache;
5120 vol_info->local_lease = master_tcon->local_lease;
5121 vol_info->no_lease = master_tcon->no_lease;
5122 vol_info->resilient = master_tcon->use_resilient;
5123 vol_info->persistent = master_tcon->use_persistent;
5124 vol_info->handle_timeout = master_tcon->handle_timeout;
5125 vol_info->no_linux_ext = !master_tcon->unix_ext;
5126 vol_info->linux_ext = master_tcon->posix_extensions;
5127 vol_info->sectype = master_tcon->ses->sectype;
5128 vol_info->sign = master_tcon->ses->sign;
5129 vol_info->seal = master_tcon->seal;
5131 rc = cifs_set_vol_auth(vol_info, master_tcon->ses);
5139 ++master_tcon->ses->server->srv_count;
5142 ses = cifs_get_smb_ses(master_tcon->ses->server, vol_info);
5145 cifs_put_tcp_session(master_tcon->ses->server, 0);