Searched refs:tc_count (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | fscache.c | 93 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_fscache_get_super_cookie() 96 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_fscache_get_super_cookie() 119 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_fscache_release_super_cookie()
|
| H A D | smb2misc.c | 849 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 851 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 854 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close() 856 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 868 tcon->tc_count++; in smb2_handle_cancelled_close() 869 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close()
|
| H A D | misc.c | 142 ret_buf->tc_count = 1; in tcon_info_alloc() 156 trace_smb3_tcon_ref(ret_buf->debug_id, ret_buf->tc_count, trace); in tcon_info_alloc() 177 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, trace); in tconInfoFree() 597 ++tcon->tc_count; in cifs_close_all_deferred_files_sb() 598 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_close_all_deferred_files_sb()
|
| H A D | cached_dir.c | 694 ++tcon->tc_count; in cached_dir_lease_break() 695 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cached_dir_lease_break() 805 ++cfid->tcon->tc_count; in cfids_laundromat_worker() 806 trace_smb3_tcon_ref(cfid->tcon->debug_id, cfid->tcon->tc_count, in cfids_laundromat_worker()
|
| H A D | cifs_swn.c | 358 ++tcon->tc_count; in cifs_swn_get_tcon() 360 tcon->tc_count, in cifs_swn_get_tcon()
|
| H A D | cifsglob.h | 1199 int tc_count; member
|
| H A D | smb2pdu.c | 4295 tcon->tc_count++; in smb2_reconnect_server() 4297 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()
|