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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzil.h415 extern void zil_sync(zilog_t *zilog, dmu_tx_t *tx);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_objset.c1195 zil_sync(os->os_zil, tx);
H A Dzil.c574 * and wait for zil_sync() to stuff the block poiner into zh_log.
875 * the txg is waiting to sync then we want want zil_sync()
877 * one in zil_commit_writer(). zil_sync() will only remove
974 * We dirty the dataset to ensure that zil_sync() will be called
1535 * time we call zil_sync().
1636 zil_sync(zilog_t *zilog, dmu_tx_t *tx) function

Completed in 1315 milliseconds