Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil_impl.h182 uint64_t zl_destroy_txg; /* txg of last zil_destroy() */ member
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzil.c647 txg_wait_synced(zilog->zl_dmu_pool, zilog->zl_destroy_txg); in zil_create()
718 txg_wait_synced(zilog->zl_dmu_pool, zilog->zl_destroy_txg); in zil_destroy()
732 ASSERT3U(zilog->zl_destroy_txg, <, txg); in zil_destroy()
733 zilog->zl_destroy_txg = txg; in zil_destroy()
2874 if (zilog->zl_destroy_txg == txg) { in zil_sync()
2979 zilog->zl_destroy_txg = TXG_INITIAL - 1; in zil_alloc()
3422 txg_wait_synced(zilog->zl_dmu_pool, zilog->zl_destroy_txg); in zil_replay()