Home
last modified time | relevance | path

Searched refs:master_tcon (Results 1 – 1 of 1) sorted by relevance

/linux-4.19.296/fs/cifs/
Dconnect.c4591 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb); in cifs_construct_tcon() local
4603 vol_info->UNC = master_tcon->treeName; in cifs_construct_tcon()
4604 vol_info->retry = master_tcon->retry; in cifs_construct_tcon()
4605 vol_info->nocase = master_tcon->nocase; in cifs_construct_tcon()
4606 vol_info->nohandlecache = master_tcon->nohandlecache; in cifs_construct_tcon()
4607 vol_info->local_lease = master_tcon->local_lease; in cifs_construct_tcon()
4608 vol_info->no_lease = master_tcon->no_lease; in cifs_construct_tcon()
4609 vol_info->resilient = master_tcon->use_resilient; in cifs_construct_tcon()
4610 vol_info->persistent = master_tcon->use_persistent; in cifs_construct_tcon()
4611 vol_info->no_linux_ext = !master_tcon->unix_ext; in cifs_construct_tcon()
[all …]