master_tcon      5267 fs/cifs/connect.c 	struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb);
master_tcon      5279 fs/cifs/connect.c 	vol_info->UNC = master_tcon->treeName;
master_tcon      5280 fs/cifs/connect.c 	vol_info->retry = master_tcon->retry;
master_tcon      5281 fs/cifs/connect.c 	vol_info->nocase = master_tcon->nocase;
master_tcon      5282 fs/cifs/connect.c 	vol_info->nohandlecache = master_tcon->nohandlecache;
master_tcon      5283 fs/cifs/connect.c 	vol_info->local_lease = master_tcon->local_lease;
master_tcon      5284 fs/cifs/connect.c 	vol_info->no_linux_ext = !master_tcon->unix_ext;
master_tcon      5285 fs/cifs/connect.c 	vol_info->sectype = master_tcon->ses->sectype;
master_tcon      5286 fs/cifs/connect.c 	vol_info->sign = master_tcon->ses->sign;
master_tcon      5288 fs/cifs/connect.c 	rc = cifs_set_vol_auth(vol_info, master_tcon->ses);
master_tcon      5296 fs/cifs/connect.c 	++master_tcon->ses->server->srv_count;
master_tcon      5299 fs/cifs/connect.c 	ses = cifs_get_smb_ses(master_tcon->ses->server, vol_info);
master_tcon      5302 fs/cifs/connect.c 		cifs_put_tcp_session(master_tcon->ses->server, 0);