Home
last modified time | relevance | path

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

/Linux-v6.6/fs/smb/client/
Dsmb2misc.c811 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()
Dconnect.c2386 ++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()
Dsmb2transport.c191 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
Dcifs_debug.c92 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
Dmisc.c135 ++ret_buf->tc_count; in tcon_info_alloc()
Dcifsglob.h1131 int tc_count; member
Dcifsfs.c740 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
Dsmb2ops.c2789 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()
Dsmb2pdu.c3828 tcon->tc_count++; in smb2_reconnect_server()