• Home
  • Raw
  • Download

Lines Matching refs:tcon

116 	struct cifs_tcon *tcon;  in cifs_debug_data_proc_show()  local
209 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show()
212 dev_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in cifs_debug_data_proc_show()
214 tcon->treeName, tcon->tc_count); in cifs_debug_data_proc_show()
215 if (tcon->nativeFileSystem) { in cifs_debug_data_proc_show()
217 tcon->nativeFileSystem); in cifs_debug_data_proc_show()
221 le32_to_cpu(tcon->fsDevInfo.DeviceCharacteristics), in cifs_debug_data_proc_show()
222 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_data_proc_show()
223 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_data_proc_show()
224 tcon->tidStatus); in cifs_debug_data_proc_show()
232 server->ops->dump_share_caps(m, tcon); in cifs_debug_data_proc_show()
234 if (tcon->need_reconnect) in cifs_debug_data_proc_show()
284 struct cifs_tcon *tcon; in cifs_stats_proc_write() local
307 tcon = list_entry(tmp3, in cifs_stats_proc_write()
310 atomic_set(&tcon->num_smbs_sent, 0); in cifs_stats_proc_write()
311 spin_lock(&tcon->stat_lock); in cifs_stats_proc_write()
312 tcon->bytes_read = 0; in cifs_stats_proc_write()
313 tcon->bytes_written = 0; in cifs_stats_proc_write()
314 spin_unlock(&tcon->stat_lock); in cifs_stats_proc_write()
316 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
334 struct cifs_tcon *tcon; in cifs_stats_proc_show() local
370 tcon = list_entry(tmp3, in cifs_stats_proc_show()
374 seq_printf(m, "\n%d) %s", i, tcon->treeName); in cifs_stats_proc_show()
375 if (tcon->need_reconnect) in cifs_stats_proc_show()
378 atomic_read(&tcon->num_smbs_sent)); in cifs_stats_proc_show()
380 server->ops->print_stats(m, tcon); in cifs_stats_proc_show()