Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2misc.c785 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in smb2_handle_cancelled_close()
787 tcon->tc_count++; in smb2_handle_cancelled_close()
Dcifsfs.c568 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin()
574 } else if (tcon->tc_count == 1) in cifs_umount_begin()
Dsmb2transport.c135 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
Dmisc.c118 ++ret_buf->tc_count; in tconInfoAlloc()
Dcifs_debug.c101 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
Dcifsglob.h945 int tc_count; member
Dconnect.c3074 ++tcon->tc_count; in cifs_find_tcon()
3096 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
3098 if (--tcon->tc_count > 0) { in cifs_put_tcon()
Dsmb2ops.c1859 tcon->tc_count++; in smb2_get_dfs_refer()
1918 tcon->tc_count--; in smb2_get_dfs_refer()
Dsmb2pdu.c2925 tcon->tc_count++; in smb2_reconnect_server()