Searched refs:master_tcon (Results 1 – 1 of 1) sorted by relevance
5214 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local5226 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()5227 vol_info->retry = master_tcon->retry; in cifs_construct_tcon()5228 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()5229 vol_info->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()5230 vol_info->local_lease = master_tcon->local_lease; in cifs_construct_tcon()5231 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()5232 vol_info->sectype = master_tcon->ses->sectype; in cifs_construct_tcon()5233 vol_info->sign = master_tcon->ses->sign; in cifs_construct_tcon()5235 rc = cifs_set_vol_auth(vol_info, master_tcon->ses); in cifs_construct_tcon()[all …]