Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dcifsfs.c527 if ((tcon->tc_count > 1) || (tcon->tidStatus == CifsExiting)) { in cifs_umount_begin()
533 } else if (tcon->tc_count == 1) in cifs_umount_begin()
Dmisc.c120 ++ret_buf->tc_count; in tconInfoAlloc()
Dcifs_debug.c192 tcon->treeName, tcon->tc_count); in cifs_debug_data_proc_show()
Dcifsglob.h828 int tc_count; member
Dconnect.c2604 ++tcon->tc_count; in cifs_find_tcon()
2618 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count); in cifs_put_tcon()
2620 if (--tcon->tc_count > 0) { in cifs_put_tcon()