Home
last modified time | relevance | path

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

/linux-6.12.1/fs/smb/client/
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()
Dsmb2misc.c809 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()
Dmisc.c135 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()
Dsmb2transport.c191 ++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()
Dconnect.c2431 ++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()
Dcifsfs.c759 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()
Dsmb2ops.c2980 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()
Dcifs_debug.c94 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
Dcifsglob.h1196 int tc_count; member
Dsmb2pdu.c4171 tcon->tc_count++; in smb2_reconnect_server()
4172 trace_smb3_tcon_ref(tcon->debug_id, tcon->tc_count, in smb2_reconnect_server()