Home
last modified time | relevance | path

Searched refs:tc_count (Results 1 – 11 of 11) 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.c822 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close()
824 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close()
827 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close()
829 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close()
841 tcon->tc_count++; in smb2_handle_cancelled_close()
842 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close()
H A Dcached_dir.c681 ++tcon->tc_count; in cached_dir_lease_break()
682 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cached_dir_lease_break()
792 ++cfid->tcon->tc_count; in cfids_laundromat_worker()
793 trace_smb3_tcon_ref(cfid->tcon->debug_id, cfid->tcon->tc_count, in cfids_laundromat_worker()
H A Dmisc.c137 ret_buf->tc_count = 1; in tcon_info_alloc()
151 trace_smb3_tcon_ref(ret_buf->debug_id, ret_buf->tc_count, trace); in tcon_info_alloc()
172 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, trace); in tconInfoFree()
H A Dsmb2transport.c178 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
179 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_find_smb_sess_tcon_unlocked()
H A Dconnect.c2574 ++tcon->tc_count; in cifs_find_tcon()
2575 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_find_tcon()
2600 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
2603 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count - 1, trace); in cifs_put_tcon()
2604 if (--tcon->tc_count > 0) { in cifs_put_tcon()
2611 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
H A Dcifsfs.c851 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_umount_begin()
853 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
H A Dsmb2ops.c3094 tcon->tc_count++; in smb2_get_dfs_refer()
3095 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer()
3164 tcon->tc_count--; in smb2_get_dfs_refer()
3165 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer()
3168 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
H A Dcifs_debug.c96 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
H A Dcifsglob.h1209 int tc_count; member
H A Dsmb2pdu.c4242 tcon->tc_count++; in smb2_reconnect_server()
4243 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()