Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dsmb2misc.c810 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()
Dcifsfs.c651 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin()
657 } else if (tcon->tc_count == 1) in cifs_umount_begin()
Dsmb2transport.c183 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
Dmisc.c130 ++ret_buf->tc_count; in tconInfoAlloc()
Dcifs_debug.c91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
Dcifsglob.h1088 int tc_count; member
Ddfs_cache.c1403 tcon->tc_count++; in get_tcons()
Dconnect.c3177 ++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()
Dsmb2ops.c2721 tcon->tc_count++; in smb2_get_dfs_refer()
2780 tcon->tc_count--; in smb2_get_dfs_refer()
Dsmb2pdu.c3654 tcon->tc_count++; in smb2_reconnect_server()