Searched refs:spa_syncing_txg (Results 1 – 18 of 18) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_log_spacemap.c | 309 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 D | metaslab.c | 1885 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 D | spa_checkpoint.c | 498 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync()
|
| H A D | vdev_removal.c | 493 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 D | zio_inject.c | 532 spa_syncing_txg(spa)); in spa_handle_ignored_writes()
|
| H A D | spa_misc.c | 1730 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 D | zio.c | 1190 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 D | dmu.c | 1599 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 D | vdev.c | 3509 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 D | ddt.c | 1124 ASSERT(spa_syncing_txg(spa) == txg); in ddt_sync()
|
| H A D | vdev_indirect.c | 339 vdev_dirty(vd, 0, NULL, spa_syncing_txg(spa)); in vdev_indirect_mark_obsolete()
|
| H A D | dbuf.c | 1636 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 D | zil.c | 593 ASSERT3U(lwb->lwb_max_txg, <=, spa_syncing_txg(zilog->zl_spa)); in zil_free_lwb()
|
| H A D | dsl_scan.c | 3586 if (spa->spa_syncing_txg < spa->spa_first_txg + SCAN_IMPORT_WAIT_TXGS) in dsl_scan_sync()
|
| H A D | spa.c | 9085 spa->spa_syncing_txg = txg;
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | spa_impl.h | 266 uint64_t spa_syncing_txg; /* txg currently syncing */ member
|
| H A D | dnode.h | 456 ((_dn)->dn_dirty_txg >= spa_syncing_txg((_dn)->dn_objset->os_spa))
|
| H A D | spa.h | 1035 extern uint64_t spa_syncing_txg(spa_t *spa);
|