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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h416 extern void zil_clean(zilog_t *zilog, uint64_t synced_txg);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c592 zil_clean(zilog, txg);
H A Dzil.c491 * dirtied (zil_itx_assign) or cleaned (zil_clean) while we check its current
506 * any pending itx records that have not been cleaned by zil_clean().
1302 * The zil_clean callback hasn't got around to cleaning
1360 zil_clean(zilog_t *zilog, uint64_t synced_txg) function
1790 * a txg (e.g. ztest TX_TRUNCATE). So there's no zil_clean()
1823 zilog->zl_clean_taskq = taskq_create("zil_clean", 1, minclsyspri,

Completed in 52 milliseconds