Home
last modified time | relevance | path

Searched refs:tc_count (Results 1 – 10 of 10) sorted by relevance

/fs/cifs/
Dsmb2misc.c783 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()
Dcifsfs.c708 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin()
714 } else if (tcon->tc_count == 1) in cifs_umount_begin()
Dsmb2transport.c171 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
Dconnect.c2100 ++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()
Dcifs_debug.c90 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
Dmisc.c119 ++ret_buf->tc_count; in tconInfoAlloc()
Dcifsglob.h1027 int tc_count; member
Ddfs_cache.c1528 tcon->tc_count++; in refresh_mounts()
Dsmb2ops.c2886 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()
Dsmb2pdu.c3739 tcon->tc_count++; in smb2_reconnect_server()