Searched refs:tc_count (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.1/fs/cifs/ |
D | smb2misc.c | 811 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 813 if (tcon->tc_count <= 0) { 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()
|
D | cifsfs.c | 725 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin() 732 } else if (tcon->tc_count == 1) in cifs_umount_begin()
|
D | smb2transport.c | 176 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
D | connect.c | 2325 ++tcon->tc_count; in cifs_find_tcon() 2348 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 2351 if (--tcon->tc_count > 0) { in cifs_put_tcon() 2358 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
|
D | cifs_debug.c | 90 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
|
D | misc.c | 128 ++ret_buf->tc_count; in tconInfoAlloc()
|
D | cifsglob.h | 1148 int tc_count; member
|
D | dfs_cache.c | 1540 tcon->tc_count++; in refresh_mounts()
|
D | smb2ops.c | 2688 tcon->tc_count++; in smb2_get_dfs_refer() 2749 tcon->tc_count--; in smb2_get_dfs_refer() 2751 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
|
D | smb2pdu.c | 3841 tcon->tc_count++; in smb2_reconnect_server()
|