Searched refs:tc_count (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
D | smb2misc.c | 810 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 812 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 815 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 826 tcon->tc_count++; in smb2_handle_cancelled_close()
|
D | cifsfs.c | 651 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin() 657 } else if (tcon->tc_count == 1) in cifs_umount_begin()
|
D | smb2transport.c | 183 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
D | misc.c | 130 ++ret_buf->tc_count; in tconInfoAlloc()
|
D | cifs_debug.c | 91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
|
D | cifsglob.h | 1088 int tc_count; member
|
D | dfs_cache.c | 1403 tcon->tc_count++; in get_tcons()
|
D | connect.c | 3177 ++tcon->tc_count; in cifs_find_tcon() 3199 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 3201 if (--tcon->tc_count > 0) { in cifs_put_tcon()
|
D | smb2ops.c | 2721 tcon->tc_count++; in smb2_get_dfs_refer() 2780 tcon->tc_count--; in smb2_get_dfs_refer()
|
D | smb2pdu.c | 3654 tcon->tc_count++; in smb2_reconnect_server()
|