Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h165 uint64_t spa_syncing_txg; /* txg currently syncing */ member
H A Dspa.h764 extern uint64_t spa_syncing_txg(spa_t *spa);
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzio_inject.c356 spa_syncing_txg(spa)); in spa_handle_ignored_writes()
H A Dzio.c767 ASSERT(zio->io_txg == spa_syncing_txg(zio->io_spa)); in zio_write_override()
800 txg != spa->spa_syncing_txg || in zio_free()
816 ASSERT(spa_syncing_txg(spa) == txg); in zio_free_sync()
1156 ASSERT(zio->io_txg == spa_syncing_txg(spa)); in zio_write_bp_init()
2515 ASSERT(txg > spa_syncing_txg(spa)); in zio_alloc_zil()
2613 zio->io_txg != spa_syncing_txg(spa)) { in zio_vdev_io_start()
3023 zio->io_spa->spa_syncing_txg == zio->io_txg) in zio_ready()
H A Dspa_misc.c1600 spa_syncing_txg(spa_t *spa) in spa_syncing_txg() function
1602 return (spa->spa_syncing_txg); in spa_syncing_txg()
H A Dmetaslab.c1391 uint64_t txg = spa_syncing_txg(spa); in metaslab_fragmentation()
1559 msp->ms_access_txg = spa_syncing_txg(spa) + metaslab_unload_delay + 1; in metaslab_preload()
2522 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa)); in metaslab_free()
H A Ddmu.c1468 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa)); in dmu_sync_late_arrival_done()
1580 if (txg <= spa_syncing_txg(os->os_spa)) { in dmu_sync()
H A Dddt.c1103 ASSERT(spa_syncing_txg(spa) == txg); in ddt_sync()
H A Dvdev.c2833 commit_txg = spa_syncing_txg(spa); in vdev_stat_update()
2838 ASSERT(commit_txg >= spa_syncing_txg(spa)); in vdev_stat_update()
H A Ddbuf.c1441 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset))); in dbuf_undirty()
H A Darc.c6341 uint64_t sync_txg = spa_syncing_txg(spa); in l2arc_write_buffers()
H A Dspa.c6247 spa->spa_syncing_txg = txg; in spa_sync()