Searched refs:tc_count (Results 1 – 10 of 10) sorted by relevance
/fs/cifs/ |
D | smb2misc.c | 783 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close() 785 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close() 788 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close() 799 tcon->tc_count++; in smb2_handle_cancelled_close()
|
D | cifsfs.c | 708 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin() 714 } else if (tcon->tc_count == 1) in cifs_umount_begin()
|
D | smb2transport.c | 171 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
|
D | connect.c | 2100 ++tcon->tc_count; in cifs_find_tcon() 2122 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon() 2124 if (--tcon->tc_count > 0) { in cifs_put_tcon() 2130 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
|
D | cifs_debug.c | 90 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
|
D | misc.c | 119 ++ret_buf->tc_count; in tconInfoAlloc()
|
D | cifsglob.h | 1027 int tc_count; member
|
D | dfs_cache.c | 1528 tcon->tc_count++; in refresh_mounts()
|
D | smb2ops.c | 2886 tcon->tc_count++; in smb2_get_dfs_refer() 2950 tcon->tc_count--; in smb2_get_dfs_refer() 2952 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
|
D | smb2pdu.c | 3739 tcon->tc_count++; in smb2_reconnect_server()
|