Searched refs:tc_count (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.6/fs/smb/client/ |
| 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 | connect.c | 2386 ++tcon->tc_count; in cifs_find_tcon() 2409 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 2412 if (--tcon->tc_count > 0) { in cifs_put_tcon() 2419 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
|
| D | smb2transport.c | 191 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
| D | cifs_debug.c | 92 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
|
| D | misc.c | 135 ++ret_buf->tc_count; in tcon_info_alloc()
|
| D | cifsglob.h | 1131 int tc_count; member
|
| D | cifsfs.c | 740 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
|
| D | smb2ops.c | 2789 tcon->tc_count++; in smb2_get_dfs_refer() 2850 tcon->tc_count--; in smb2_get_dfs_refer() 2852 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
|
| D | smb2pdu.c | 3828 tcon->tc_count++; in smb2_reconnect_server()
|