Home
last modified time | relevance | path

Searched refs:tc_count (Results 1 - 19 of 19) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2misc.c804 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close()
806 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close()
809 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close()
820 tcon->tc_count++; in smb2_handle_cancelled_close()
H A Dcifsfs.c657 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin()
663 } else if (tcon->tc_count == 1) in cifs_umount_begin()
H A Dsmb2transport.c183 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
H A Dcifs_debug.c91 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
H A Dmisc.c130 ++ret_buf->tc_count; in tconInfoAlloc()
H A Ddfs_cache.c1403 tcon->tc_count++; in get_tcons()
H A Dcifsglob.h1091 int tc_count; member
H A Dconnect.c3191 ++tcon->tc_count; in cifs_find_tcon()
3213 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
3215 if (--tcon->tc_count > 0) { in cifs_put_tcon()
H A Dsmb2ops.c2729 tcon->tc_count++; in smb2_get_dfs_refer()
2789 tcon->tc_count--; in smb2_get_dfs_refer()
H A Dsmb2pdu.c3665 tcon->tc_count++; in smb2_reconnect_server()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2misc.c805 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close()
807 if (tcon->tc_count <= 0) { in smb2_handle_cancelled_close()
810 WARN_ONCE(tcon->tc_count < 0, "tcon refcount is negative"); in smb2_handle_cancelled_close()
821 tcon->tc_count++; in smb2_handle_cancelled_close()
H A Dconnect.c2428 ++tcon->tc_count; in cifs_find_tcon()
2451 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
2454 if (--tcon->tc_count > 0) { in cifs_put_tcon()
2460 /* tc_count can never go negative */ in cifs_put_tcon()
2461 WARN_ON(tcon->tc_count < 0); in cifs_put_tcon()
H A Dsmb2transport.c191 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
H A Dcifs_debug.c94 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon()
H A Dmisc.c135 ++ret_buf->tc_count; in tcon_info_alloc()
H A Dsmb2ops.c2807 tcon->tc_count++; in smb2_get_dfs_refer()
2870 tcon->tc_count--; in smb2_get_dfs_refer()
2871 /* tc_count can never go negative */ in smb2_get_dfs_refer()
2872 WARN_ON(tcon->tc_count < 0); in smb2_get_dfs_refer()
H A Dcifsglob.h1161 int tc_count; member
H A Dcifsfs.c740 if ((tcon->tc_count > 1) || (tcon->status == TID_EXITING)) { in cifs_umount_begin()
H A Dsmb2pdu.c4014 tcon->tc_count++; in smb2_reconnect_server()

Completed in 72 milliseconds