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

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dvdev.c2553 uint64_t commit_txg = txg; local
2558 commit_txg = spa_syncing_txg(spa);
2561 commit_txg = spa_first_txg(spa);
2563 ASSERT(commit_txg >= spa_syncing_txg(spa));
2568 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg);

Completed in 109 milliseconds