Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/zfs/sys/
H A Dspa_impl.h166 uint64_t spa_syncing_txg; /* txg currently syncing */ member
H A Dspa.h774 extern uint64_t spa_syncing_txg(spa_t *spa);
/titanic_50/usr/src/uts/common/fs/zfs/
H A Dzio.c768 ASSERT(zio->io_txg == spa_syncing_txg(zio->io_spa)); in zio_write_override()
801 txg != spa->spa_syncing_txg || in zio_free()
817 ASSERT(spa_syncing_txg(spa) == txg); in zio_free_sync()
1159 ASSERT(zio->io_txg == spa_syncing_txg(spa)); in zio_write_bp_init()
2583 ASSERT(txg > spa_syncing_txg(spa)); in zio_alloc_zil()
2681 zio->io_txg != spa_syncing_txg(spa)) { in zio_vdev_io_start()
3091 zio->io_spa->spa_syncing_txg == zio->io_txg) in zio_ready()
H A Dzio_inject.c394 spa_syncing_txg(spa)); in spa_handle_ignored_writes()
H A Dspa_misc.c1608 spa_syncing_txg(spa_t *spa) in spa_syncing_txg() function
1610 return (spa->spa_syncing_txg); in spa_syncing_txg()
H A Dmetaslab.c1392 uint64_t txg = spa_syncing_txg(spa); in metaslab_fragmentation()
1560 msp->ms_access_txg = spa_syncing_txg(spa) + metaslab_unload_delay + 1; in metaslab_preload()
2524 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa)); in metaslab_free()
H A Ddmu.c1476 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa)); in dmu_sync_late_arrival_done()
1588 if (txg <= spa_syncing_txg(os->os_spa)) { in dmu_sync()
H A Dddt.c1104 ASSERT(spa_syncing_txg(spa) == txg); in ddt_sync()
H A Dvdev.c2843 commit_txg = spa_syncing_txg(spa); in vdev_stat_update()
2848 ASSERT(commit_txg >= spa_syncing_txg(spa)); in vdev_stat_update()
H A Ddbuf.c1453 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset))); in dbuf_undirty()
H A Dspa.c6288 spa->spa_syncing_txg = txg; in spa_sync()
H A Darc.c6389 uint64_t sync_txg = spa_syncing_txg(spa); in l2arc_write_buffers()