Searched refs:tc_count (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
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()
|
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()
|
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() 162 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, trace); in tconInfoFree()
|
D | smb2transport.c | 191 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked() 192 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_find_smb_sess_tcon_unlocked()
|
D | connect.c | 2431 ++tcon->tc_count; in cifs_find_tcon() 2432 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_find_tcon() 2457 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 2460 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count - 1, trace); in cifs_put_tcon() 2461 if (--tcon->tc_count > 0) { in cifs_put_tcon() 2468 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
|
D | cifsfs.c | 759 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in cifs_umount_begin() 761 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
|
D | smb2ops.c | 2980 tcon->tc_count++; in smb2_get_dfs_refer() 2981 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer() 3046 tcon->tc_count--; in smb2_get_dfs_refer() 3047 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_get_dfs_refer() 3050 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
|
D | cifs_debug.c | 94 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
|
D | cifsglob.h | 1196 int tc_count; member
|
D | smb2pdu.c | 4171 tcon->tc_count++; in smb2_reconnect_server() 4172 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()
|