Searched refs:zil_clean (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dzil.h429 extern void zil_clean(zilog_t *zilog, uint64_t synced_txg);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_pool.c144 * called via zil_clean() in the context of spa_sync(). When an itxg
152 * taskq used by zil_clean(); they determine the number of taskq entries
160 * by zil_clean(). This way, we can avoid the possibility of an
162 * result in zil_itxg_clean() being called synchronously from zil_clean()
842 zil_clean(zilog, txg);
H A Dzil.c588 * dirtied (zil_itx_assign) or cleaned (zil_clean) while we check its current
603 * any pending itx records that have not been cleaned by zil_clean().
1762 * The zil_clean callback hasn't got around to cleaning
1802 * zil_clean() will never be called using ZILTEST_TXG. Thus, we
1822 zil_clean(zilog_t *zilog, uint64_t synced_txg) function
2448 * When zil_clean() is called, it's possible for the itxg
2511 * zil_clean() and zil_itxg_clean(), so no timeout
2968 * a txg (e.g. ztest TX_TRUNCATE). So there's no zil_clean()

Completed in 70 milliseconds