Home
last modified time | relevance | path

Searched refs:spa_syncing_txg (Results 1 – 19 of 19) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_misc.c1749 spa_syncing_txg(spa_t *spa) in spa_syncing_txg() function
1751 return (spa->spa_syncing_txg); in spa_syncing_txg()
H A Dvdev.c3153 ASSERT3U(txg, ==, spa_syncing_txg(spa)); in vdev_remove_empty_log()
3189 ASSERT3U(txg, ==, spa->spa_syncing_txg); in vdev_sync()
4043 commit_txg = spa_syncing_txg(spa); in vdev_stat_update()
4048 ASSERT(commit_txg >= spa_syncing_txg(spa)); in vdev_stat_update()
H A Dmetaslab.c1849 if (txg != spa_syncing_txg(spa) || msp->ms_sm == NULL || in metaslab_verify_space()
2383 spa_syncing_txg(spa), spa_name(spa), in metaslab_load_impl()
2395 metaslab_verify_space(msp, spa_syncing_txg(spa)); in metaslab_load_impl()
2807 uint64_t txg = spa_syncing_txg(spa); in metaslab_set_fragmentation()
3381 metaslab_set_selected_txg(msp, spa_syncing_txg(spa)); in metaslab_preload()
5233 vdev_dirty(vd, VDD_METASLAB, msp, spa_syncing_txg(spa)); in metaslab_free_concrete()
5268 if (spa_syncing_txg(spa) > spa_freeze_txg(spa)) in metaslab_free_impl()
5748 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa)); in metaslab_free()
5767 spa_syncing_txg(spa) > spa->spa_checkpoint_txg) { in metaslab_free()
5773 ASSERT3U(spa_syncing_txg(spa), ==, txg); in metaslab_free()
[all …]
H A Ddsl_scan.c3473 if (spa->spa_syncing_txg < spa->spa_first_txg + SCAN_IMPORT_WAIT_TXGS) in dsl_scan_sync()
H A Ddmu.c1929 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa)); in dmu_sync_late_arrival_done()
2072 if (txg <= spa_syncing_txg(os->os_spa)) { in dmu_sync()
H A Dspa.c8584 spa->spa_syncing_txg = txg;
H A Dzio.c1012 ASSERT(zio->io_txg == spa_syncing_txg(zio->io_spa)); in zio_write_override()
1052 txg != spa->spa_syncing_txg || in zio_free()
1069 ASSERT(spa_syncing_txg(spa) == txg); in zio_free_sync()
1512 ASSERT(zio->io_txg == spa_syncing_txg(spa)); in zio_write_compress()
3334 ASSERT(txg > spa_syncing_txg(spa)); in zio_alloc_zil()
4099 zio->io_spa->spa_syncing_txg == zio->io_txg) in zio_ready()
H A Ddbuf.c1359 dbuf_fix_old_data(db, spa_syncing_txg(spa)); in dbuf_read()
1998 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset))); in dbuf_undirty()
H A Dzio_inject.c485 spa_syncing_txg(spa)); in spa_handle_ignored_writes()
H A Dzil.c560 ASSERT3U(lwb->lwb_max_txg, <=, spa_syncing_txg(zilog->zl_spa)); in zil_free_lwb()
H A Dvdev_removal.c482 uint64_t txg = spa_syncing_txg(spa); in free_from_removing_vdev()
662 ASSERT3U(dmu_tx_get_txg(tx), ==, spa_syncing_txg(spa)); in spa_finish_removal()
720 ASSERT3U(txg, ==, spa_syncing_txg(spa)); in vdev_mapping_sync()
H A Dvdev_indirect.c338 vdev_dirty(vd, 0, NULL, spa_syncing_txg(spa)); in vdev_indirect_mark_obsolete()
H A Dspa_log_spacemap.c310 if (sls->sls_txg == spa_syncing_txg(spa)) { in spa_estimate_incoming_log_blocks()
560 ASSERT3U(last_sls->sls_txg, ==, spa_syncing_txg(spa)); in spa_log_sm_increment_current_mscount()
584 summary_add_data(spa, spa_syncing_txg(spa), 0, nblocks); in spa_log_summary_add_incoming_blocks()
590 summary_add_data(spa, spa_syncing_txg(spa), 1, 0); in spa_log_summary_add_flushed_metaslab()
854 ASSERT3U(sls->sls_txg, ==, spa_syncing_txg(spa)); in spa_sync_close_syncing_log_sm()
H A Dspa_checkpoint.c495 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync()
H A Ddmu_objset.c2052 if (dn->dn_dirty_txg == spa_syncing_txg(os->os_spa)) in userquota_updates_task()
H A Dddt.c1128 ASSERT(spa_syncing_txg(spa) == txg); in ddt_sync()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dspa.h923 extern uint64_t spa_syncing_txg(spa_t *spa);
H A Dspa_impl.h262 uint64_t spa_syncing_txg; /* txg currently syncing */ member
H A Ddnode.h427 ((_dn)->dn_dirty_txg >= spa_syncing_txg((_dn)->dn_objset->os_spa))