Searched refs:tc_count (Results 1 - 19 of 19) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2misc.c | 804 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 806 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 809 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 820 tcon->tc_count++; in smb2_handle_cancelled_close()
|
H A D | cifsfs.c | 657 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin() 663 } else if (tcon->tc_count == 1) in cifs_umount_begin()
|
H A D | smb2transport.c | 183 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
H A D | cifs_debug.c | 91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
|
H A D | misc.c | 130 ++ret_buf->tc_count; in tconInfoAlloc()
|
H A D | dfs_cache.c | 1403 tcon->tc_count++; in get_tcons()
|
H A D | cifsglob.h | 1091 int tc_count; member
|
H A D | connect.c | 3191 ++tcon->tc_count; in cifs_find_tcon() 3213 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 3215 if (--tcon->tc_count > 0) { in cifs_put_tcon()
|
H A D | smb2ops.c | 2729 tcon->tc_count++; in smb2_get_dfs_refer() 2789 tcon->tc_count--; in smb2_get_dfs_refer()
|
H A D | smb2pdu.c | 3665 tcon->tc_count++; in smb2_reconnect_server()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2misc.c | 805 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 807 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 810 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 821 tcon->tc_count++; in smb2_handle_cancelled_close()
|
H A D | connect.c | 2428 ++tcon->tc_count; in cifs_find_tcon() 2451 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 2454 if (--tcon->tc_count > 0) { in cifs_put_tcon() 2460 /* tc_count can never go negative */ in cifs_put_tcon() 2461 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
|
H A D | smb2transport.c | 191 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
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 | misc.c | 135 ++ret_buf->tc_count; in tcon_info_alloc()
|
H A D | smb2ops.c | 2807 tcon->tc_count++; in smb2_get_dfs_refer() 2870 tcon->tc_count--; in smb2_get_dfs_refer() 2871 /* tc_count can never go negative */ in smb2_get_dfs_refer() 2872 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
|
H A D | cifsglob.h | 1161 int tc_count; member
|
H A D | cifsfs.c | 740 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
|
H A D | smb2pdu.c | 4014 tcon->tc_count++; in smb2_reconnect_server()
|
Completed in 72 milliseconds