Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dfscache.c97 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_fscache_get_super_cookie()
100 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_fscache_get_super_cookie()
123 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_fscache_release_super_cookie()
H A Dsmb2misc.c812 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close()
814 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close()
817 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close()
819 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close()
831 tcon->tc_count++; in smb2_handle_cancelled_close()
832 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()
583 ++tcon->tc_count; in cifs_close_all_deferred_files_sb()
584 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_close_all_deferred_files_sb()
H A Dcached_dir.c685 ++tcon->tc_count; in cached_dir_lease_break()
686 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cached_dir_lease_break()
796 ++cfid->tcon->tc_count; in cfids_laundromat_worker()
797 trace_smb3_tcon_ref(cfid->tcon->debug_id, cfid->tcon->tc_count, in cfids_laundromat_worker()
H A Dsmb2transport.c179 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
180 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_find_smb_sess_tcon_unlocked()
H A Dconnect.c2580 ++tcon->tc_count; in cifs_find_tcon()
2581 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_find_tcon()
2606 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
2609 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count - 1, trace); in cifs_put_tcon()
2610 if (--tcon->tc_count > 0) { in cifs_put_tcon()
2617 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
H A Dcifsfs.c858 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_umount_begin()
860 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
H A Dcifsglob.h1199 int tc_count; member
H A Dsmb2pdu.c4243 tcon->tc_count++; in smb2_reconnect_server()
4245 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()
H A Dsmb2ops.c3112 tcon->tc_count++; in smb2_get_dfs_refer()
3114 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer()