Home
last modified time | relevance | path

Searched refs:mtm_active (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dlufs_top.c336 mtm->mtm_active++; in top_begin_sync()
341 ASSERT(mtm->mtm_active > 0); in top_begin_sync()
438 mtm->mtm_active++; in top_begin_async()
441 ASSERT(mtm->mtm_active > 0); in top_begin_async()
466 mtm->mtm_active--; in top_end_sync()
492 while (mtm->mtm_active) { in top_end_sync()
517 ASSERT(mtm->mtm_active == 0); in top_end_sync()
554 mtm->mtm_active += mtm->mtm_wantin; in top_end_sync()
606 mtm->mtm_active--; in top_end_async()
607 if ((mtm->mtm_active == 0) && in top_end_async()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dufs_log.h402 long mtm_active; member