Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c5281 uint64_t commit_txg = txg; in vdev_stat_update() local
5286 commit_txg = spa_syncing_txg(spa); in vdev_stat_update()
5289 commit_txg = spa_first_txg(spa); in vdev_stat_update()
5293 commit_txg = spa_open_txg(spa); in vdev_stat_update()
5295 ASSERT(commit_txg >= spa_syncing_txg(spa)); in vdev_stat_update()
5300 vdev_dirty(vd->vdev_top, VDD_DTL, vd, commit_txg); in vdev_stat_update()