Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsfs.c565 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin()
571 } else if (tcon->tc_count == 1) in cifs_umount_begin()
Dsmb2transport.c135 ++tcon->tc_count; in smb2_find_smb_sess_tcon_unlocked()
Dcifs_debug.c101 seq_printf(m, "%s Mounts: %d ", tcon->treeName, tcon->tc_count); in cifs_debug_tcon()
Dmisc.c118 ++ret_buf->tc_count; in tconInfoAlloc()
Dconnect.c2939 ++tcon->tc_count; in cifs_find_tcon()
2961 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
2963 if (--tcon->tc_count > 0) { in cifs_put_tcon()
Dcifsglob.h925 int tc_count; member
Dsmb2ops.c1774 tcon->tc_count++; in smb2_get_dfs_refer()
1833 tcon->tc_count--; in smb2_get_dfs_refer()
Dsmb2pdu.c2848 tcon->tc_count++; in smb2_reconnect_server()