Searched refs:spa_sync_pass (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_log_spacemap.c | 310 ASSERT3U(spa_sync_pass(spa), ==, 1); in spa_estimate_incoming_log_blocks() 641 ASSERT3U(spa_sync_pass(spa), ==, 1); in spa_estimate_metaslabs_to_flush() 761 if (spa_sync_pass(spa) != 1) in spa_flush_metaslabs()
|
H A D | dsl_pool.c | 699 ASSERT3U(spa_sync_pass(dp->dp_spa), ==, 1); in dsl_pool_sync() 730 ASSERT(spa_sync_pass(dp->dp_spa) == 1 || in dsl_pool_sync() 851 ASSERT3U(spa_sync_pass(dp->dp_spa), ==, 1); in dsl_pool_sync()
|
H A D | metaslab.c | 3631 if (WEIGHT_IS_SPACEBASED(msp->ms_weight) || spa_sync_pass(spa) > 1) in metaslab_segment_may_passivate() 3740 ASSERT3U(spa_sync_pass(vd->vdev_spa), ==, 1); in metaslab_should_condense() 3821 ASSERT3U(spa_sync_pass(spa), ==, 1); in metaslab_condense() 3982 ASSERT3U(spa_sync_pass(spa), ==, 1); in metaslab_flush_update() 4008 ASSERT3U(spa_sync_pass(spa), ==, 1); in metaslab_flush() 4251 if (spa->spa_sync_pass == 1 && msp->ms_loaded && in metaslab_sync() 4381 if (spa_sync_pass(spa) == 1) { in metaslab_sync()
|
H A D | spa_misc.c | 1754 spa_sync_pass(spa_t *spa) in spa_sync_pass() function 1756 return (spa->spa_sync_pass); in spa_sync_pass() 3062 EXPORT_SYMBOL(spa_sync_pass);
|
H A D | ddt.c | 1835 if (spa_sync_pass(spa) > 1) in ddt_repair_table() 2060 if (spa_sync_pass(spa) > 1 || tx->tx_txg > spa_final_dirty_txg(spa)) in ddt_sync_flush_log() 2276 if (spa_sync_pass(ddt->ddt_spa) == 1) { in ddt_sync_table_log()
|
H A D | space_map.c | 536 SM_DEBUG_SYNCPASS_ENCODE(spa_sync_pass(tx->tx_pool->dp_spa)) | in space_map_write_intro_debug()
|
H A D | spa.c | 9318 if (spa_sync_pass(spa) != 1) 9778 if (spa_sync_pass(spa) != 1) 9917 int pass = ++spa->spa_sync_pass; 10106 spa->spa_sync_pass = 0; 10251 spa->spa_sync_pass = 0;
|
H A D | dsl_scan.c | 4166 if (spa_sync_pass(spa) > 1) in dsl_errorscrub_sync() 4351 if (spa_sync_pass(spa) > 1) in dsl_scan_sync()
|
H A D | zio.c | 1467 (spa_sync_pass(spa) >= zfs_sync_pass_deferred_free && in zio_free() 1975 pass = spa_sync_pass(spa); in zio_write_compress()
|
H A D | zil.c | 3711 if (spa_sync_pass(spa) != 1) in zil_sync()
|
H A D | dsl_dataset.c | 2247 } else if (spa_sync_pass(spa) == 1) { in dsl_flush_pending_livelist()
|
H A D | vdev.c | 5083 ASSERT(spa_sync_pass(spa) == 1); in vdev_stat_update()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | spa_impl.h | 229 uint32_t spa_sync_pass; /* iterate-to-convergence */ member
|
H A D | spa.h | 1044 extern uint32_t spa_sync_pass(spa_t *spa);
|