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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dspa_impl.h179 uint64_t spa_syncing_txg; /* txg currently syncing */ member in struct:spa
H A Dspa.h794 extern uint64_t spa_syncing_txg(spa_t *spa);
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzio_inject.c394 spa_syncing_txg(spa));
H A Dzio.c894 ASSERT(zio->io_txg == spa_syncing_txg(zio->io_spa));
927 txg != spa->spa_syncing_txg ||
944 ASSERT(spa_syncing_txg(spa) == txg);
1361 ASSERT(zio->io_txg == spa_syncing_txg(spa));
2958 ASSERT(txg > spa_syncing_txg(spa));
3062 zio->io_txg != spa_syncing_txg(spa)) {
3529 zio->io_spa->spa_syncing_txg == zio->io_txg)
H A Dmetaslab.c551 if (txg != spa_syncing_txg(spa) || msp->ms_sm == NULL ||
1653 uint64_t txg = spa_syncing_txg(spa);
2053 msp->ms_selected_txg = spa_syncing_txg(spa);
3430 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa));
H A Dspa_misc.c1795 spa_syncing_txg(spa_t *spa) function
1797 return (spa->spa_syncing_txg);
H A Ddmu.c1735 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa));
1848 if (txg <= spa_syncing_txg(os->os_spa)) {
H A Dddt.c1119 ASSERT(spa_syncing_txg(spa) == txg);
H A Dvdev.c2383 ASSERT3U(txg, ==, spa_syncing_txg(spa));
3074 * so we commit the DTL change in spa_syncing_txg(spa).
3088 commit_txg = spa_syncing_txg(spa);
3093 ASSERT(commit_txg >= spa_syncing_txg(spa));
H A Ddbuf.c1781 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset)));
H A Dspa.c6861 spa->spa_syncing_txg = txg;

Completed in 143 milliseconds