Searched refs:tc_count (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | smb2misc.c | 809 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 811 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 814 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close() 816 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 827 tcon->tc_count++; in smb2_handle_cancelled_close() 828 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_handle_cancelled_close()
|
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 | cached_dir.c | 615 ++tcon->tc_count; in cached_dir_lease_break() 616 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cached_dir_lease_break() 732 ++cfid->tcon->tc_count; in cfids_laundromat_worker() 733 trace_smb3_tcon_ref(cfid->tcon->debug_id, cfid->tcon->tc_count, in cfids_laundromat_worker()
|
H A D | misc.c | 135 ret_buf->tc_count = 1; in tcon_info_alloc() 147 trace_smb3_tcon_ref(ret_buf->debug_id, ret_buf->tc_count, trace); in tcon_info_alloc() 159 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, trace); in tconInfoFree()
|
H A D | smb2transport.c | 216 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked() 217 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_find_smb_sess_tcon_unlocked()
|
H A D | connect.c | 2497 ++tcon->tc_count; in cifs_find_tcon() 2498 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_find_tcon() 2522 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 2525 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count - 1, trace); in cifs_put_tcon() 2526 if (--tcon->tc_count > 0) { in cifs_put_tcon() 2533 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
|
H A D | cifsfs.c | 754 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_umount_begin() 756 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
|
H A D | smb2ops.c | 2926 tcon->tc_count++; in smb2_get_dfs_refer() 2927 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer() 2992 tcon->tc_count--; in smb2_get_dfs_refer() 2993 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer() 2995 /* tc_count can never go negative */ in smb2_get_dfs_refer() 2996 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
|
H A D | cifs_debug.c | 94 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
|
H A D | cifsglob.h | 1195 int tc_count; member
|
H A D | smb2pdu.c | 4160 tcon->tc_count++; in smb2_reconnect_server() 4161 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()
|