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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev.c2923 uint64_t commit_txg = txg; local
2928 commit_txg = spa_syncing_txg(spa);
2931 commit_txg = spa_first_txg(spa);
2933 ASSERT(commit_txg >= spa_syncing_txg(spa));
2938 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg);

Completed in 59 milliseconds