Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c309 if (sls->sls_txg == spa_syncing_txg(spa)) { in spa_estimate_incoming_log_blocks()
557 ASSERT3U(last_sls->sls_txg, ==, spa_syncing_txg(spa)); in spa_log_sm_increment_current_mscount()
581 summary_add_data(spa, spa_syncing_txg(spa), 0, nblocks); in spa_log_summary_add_incoming_blocks()
587 summary_add_data(spa, spa_syncing_txg(spa), 1, 0); in spa_log_summary_add_flushed_metaslab()
851 ASSERT3U(sls->sls_txg, ==, spa_syncing_txg(spa)); in spa_sync_close_syncing_log_sm()
H A Dmetaslab.c1885 if (txg != spa_syncing_txg(spa) || msp->ms_sm == NULL || in metaslab_verify_space()
2423 spa_syncing_txg(spa), spa_name(spa), in metaslab_load_impl()
2436 metaslab_verify_space(msp, spa_syncing_txg(spa)); in metaslab_load_impl()
2531 spa_syncing_txg(spa), spa_name(spa), in metaslab_unload()
2865 uint64_t txg = spa_syncing_txg(spa); in metaslab_set_fragmentation()
3444 metaslab_set_selected_txg(msp, spa_syncing_txg(spa)); in metaslab_preload()
5362 if (spa_syncing_txg(spa) > spa_freeze_txg(spa)) in metaslab_free_impl()
5845 ASSERT(!now || bp->blk_birth >= spa_syncing_txg(spa)); in metaslab_free()
5864 spa_syncing_txg(spa) > spa->spa_checkpoint_txg) { in metaslab_free()
5870 ASSERT3U(spa_syncing_txg(spa), ==, txg); in metaslab_free()
[all …]
H A Dspa_checkpoint.c498 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync()
H A Dvdev_removal.c493 uint64_t txg = spa_syncing_txg(spa); in free_from_removing_vdev()
673 ASSERT3U(dmu_tx_get_txg(tx), ==, spa_syncing_txg(spa)); in spa_finish_removal()
733 ASSERT3U(txg, ==, spa_syncing_txg(spa)); in vdev_mapping_sync()
H A Dzio_inject.c532 spa_syncing_txg(spa)); in spa_handle_ignored_writes()
H A Dspa_misc.c1730 spa_syncing_txg(spa_t *spa) in spa_syncing_txg() function
1732 return (spa->spa_syncing_txg); in spa_syncing_txg()
2831 EXPORT_SYMBOL(spa_syncing_txg);
H A Dzio.c1190 ASSERT(zio->io_txg == spa_syncing_txg(zio->io_spa)); in zio_write_override()
1230 txg != spa->spa_syncing_txg || in zio_free()
1249 ASSERT(spa_syncing_txg(spa) == txg); in zio_free_sync()
1698 ASSERT(zio->io_txg == spa_syncing_txg(spa)); in zio_write_compress()
3601 ASSERT(txg > spa_syncing_txg(spa)); in zio_alloc_zil()
4389 zio->io_spa->spa_syncing_txg == zio->io_txg) in zio_ready()
H A Ddmu.c1599 ASSERT(zio->io_txg > spa_syncing_txg(zio->io_spa)); in dmu_sync_late_arrival_done()
1742 if (txg <= spa_syncing_txg(os->os_spa)) { in dmu_sync()
H A Dvdev.c3509 ASSERT3U(txg, ==, spa_syncing_txg(spa)); in vdev_remove_empty_log()
3545 ASSERT3U(txg, ==, spa->spa_syncing_txg); in vdev_sync()
4492 commit_txg = spa_syncing_txg(spa); in vdev_stat_update()
4497 ASSERT(commit_txg >= spa_syncing_txg(spa)); in vdev_stat_update()
H A Dddt.c1124 ASSERT(spa_syncing_txg(spa) == txg); in ddt_sync()
H A Dvdev_indirect.c339 vdev_dirty(vd, 0, NULL, spa_syncing_txg(spa)); in vdev_indirect_mark_obsolete()
H A Ddbuf.c1636 dbuf_fix_old_data(db, spa_syncing_txg(spa)); in dbuf_read()
2364 txg != spa_syncing_txg(dmu_objset_spa(db->db_objset))); in dbuf_undirty()
H A Dzil.c593 ASSERT3U(lwb->lwb_max_txg, <=, spa_syncing_txg(zilog->zl_spa)); in zil_free_lwb()
H A Ddsl_scan.c3586 if (spa->spa_syncing_txg < spa->spa_first_txg + SCAN_IMPORT_WAIT_TXGS) in dsl_scan_sync()
H A Dspa.c9085 spa->spa_syncing_txg = txg;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dspa_impl.h266 uint64_t spa_syncing_txg; /* txg currently syncing */ member
H A Ddnode.h456 ((_dn)->dn_dirty_txg >= spa_syncing_txg((_dn)->dn_objset->os_spa))
H A Dspa.h1035 extern uint64_t spa_syncing_txg(spa_t *spa);