Searched refs:tc_count (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | fscache.c | 97 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 D | smb2misc.c | 822 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 D | cached_dir.c | 681 ++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 D | misc.c | 137 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 D | smb2transport.c | 178 ++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 D | connect.c | 2574 ++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 D | cifsfs.c | 851 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 D | smb2ops.c | 3094 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 D | cifs_debug.c | 96 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
|
| H A D | cifsglob.h | 1209 int tc_count; member
|
| H A D | smb2pdu.c | 4242 tcon->tc_count++; in smb2_reconnect_server() 4243 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()
|