Lines Matching refs:tcon
116 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() local
187 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show()
190 dev_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in cifs_debug_data_proc_show()
192 tcon->treeName, tcon->tc_count); in cifs_debug_data_proc_show()
193 if (tcon->nativeFileSystem) { in cifs_debug_data_proc_show()
195 tcon->nativeFileSystem); in cifs_debug_data_proc_show()
199 le32_to_cpu(tcon->fsDevInfo.DeviceCharacteristics), in cifs_debug_data_proc_show()
200 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_data_proc_show()
201 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_data_proc_show()
202 tcon->tidStatus); in cifs_debug_data_proc_show()
210 server->ops->dump_share_caps(m, tcon); in cifs_debug_data_proc_show()
212 if (tcon->need_reconnect) in cifs_debug_data_proc_show()
264 struct cifs_tcon *tcon; in cifs_stats_proc_write() local
283 tcon = list_entry(tmp3, in cifs_stats_proc_write()
286 atomic_set(&tcon->num_smbs_sent, 0); in cifs_stats_proc_write()
288 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
304 struct cifs_tcon *tcon; in cifs_stats_proc_show() local
340 tcon = list_entry(tmp3, in cifs_stats_proc_show()
344 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
345 if (tcon->need_reconnect) in cifs_stats_proc_show()
348 atomic_read(&tcon->num_smbs_sent)); in cifs_stats_proc_show()
350 server->ops->print_stats(m, tcon); in cifs_stats_proc_show()