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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzil.h416 extern void zil_clean(zilog_t *zilog, uint64_t synced_txg);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_pool.c704 zil_clean(zilog, txg);
H A Dzil.c508 * dirtied (zil_itx_assign) or cleaned (zil_clean) while we check its current
523 * any pending itx records that have not been cleaned by zil_clean().
1333 * The zil_clean callback hasn't got around to cleaning
1384 zil_clean(zilog_t *zilog, uint64_t synced_txg) function
1808 * a txg (e.g. ztest TX_TRUNCATE). So there's no zil_clean()
1841 zilog->zl_clean_taskq = taskq_create("zil_clean", 1, minclsyspri,

Completed in 271 milliseconds