Lines Matching refs:master_tcon
3994 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local
4006 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()
4007 vol_info->retry = master_tcon->retry; in cifs_construct_tcon()
4008 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()
4009 vol_info->local_lease = master_tcon->local_lease; in cifs_construct_tcon()
4010 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
4011 vol_info->sectype = master_tcon->ses->sectype; in cifs_construct_tcon()
4012 vol_info->sign = master_tcon->ses->sign; in cifs_construct_tcon()
4014 rc = cifs_set_vol_auth(vol_info, master_tcon->ses); in cifs_construct_tcon()
4022 ++master_tcon->ses->server->srv_count; in cifs_construct_tcon()
4025 ses = cifs_get_smb_ses(master_tcon->ses->server, vol_info); in cifs_construct_tcon()
4028 cifs_put_tcp_session(master_tcon->ses->server); in cifs_construct_tcon()