HomeSort by: relevance | last modified time | path
    Searched refs:spa_syncing_txg (Results 1 - 11 of 11) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
spa_impl.h 179 uint64_t spa_syncing_txg; /* txg currently syncing */ member in struct:spa
spa.h 794 extern uint64_t spa_syncing_txg(spa_t *spa);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zio_inject.c 394 spa_syncing_txg(spa));
zio.c 894 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)
metaslab.c 551 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));
spa_misc.c 1795 spa_syncing_txg(spa_t *spa) function
1797 return (spa->spa_syncing_txg);
dmu.c 1735 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa));
1848 if (txg <= spa_syncing_txg(os->os_spa)) {
ddt.c 1119 ASSERT(spa_syncing_txg(spa) == txg);
vdev.c 2383 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));
dbuf.c 1781 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset)));
spa.c 6861 spa->spa_syncing_txg = txg;

Completed in 57 milliseconds