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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h174 uint64_t spa_syncing_txg; /* txg currently syncing */ member in struct:spa
H A Dspa.h774 extern uint64_t spa_syncing_txg(spa_t *spa);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c394 spa_syncing_txg(spa));
H A Dzio.c797 ASSERT(zio->io_txg == spa_syncing_txg(zio->io_spa));
830 txg != spa->spa_syncing_txg ||
846 ASSERT(spa_syncing_txg(spa) == txg);
1246 ASSERT(zio->io_txg == spa_syncing_txg(spa));
2860 ASSERT(txg > spa_syncing_txg(spa));
2958 zio->io_txg != spa_syncing_txg(spa)) {
3390 zio->io_spa->spa_syncing_txg == zio->io_txg)
H A Dmetaslab.c464 if (txg != spa_syncing_txg(spa) || msp->ms_sm == NULL ||
1564 uint64_t txg = spa_syncing_txg(spa);
1964 msp->ms_selected_txg = spa_syncing_txg(spa);
3341 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa));
H A Dspa_misc.c1619 spa_syncing_txg(spa_t *spa) function
1621 return (spa->spa_syncing_txg);
H A Ddmu.c1540 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa));
1654 if (txg <= spa_syncing_txg(os->os_spa)) {
H A Dddt.c1104 ASSERT(spa_syncing_txg(spa) == txg);
H A Dvdev.c2235 ASSERT3U(txg, ==, spa_syncing_txg(spa));
2914 * so we commit the DTL change in spa_syncing_txg(spa).
2928 commit_txg = spa_syncing_txg(spa);
2933 ASSERT(commit_txg >= spa_syncing_txg(spa));
H A Ddbuf.c1124 spa_syncing_txg(dmu_objset_spa(db->db_objset)));
1800 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset)));
H A Dspa.c6514 spa->spa_syncing_txg = txg;

Completed in 120 milliseconds