Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfscache.c93 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 Dsmb2misc.c849 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 Dmisc.c142 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 Dcached_dir.c694 ++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 Dcifs_swn.c358 ++tcon->tc_count; in cifs_swn_get_tcon()
360 tcon->tc_count, in cifs_swn_get_tcon()
H A Dcifsglob.h1199 int tc_count; member
H A Dsmb2pdu.c4295 tcon->tc_count++; in smb2_reconnect_server()
4297 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()