Searched refs:ms_unflushed_allocs (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa_log_spacemap.c | 1111 ms->ms_unflushed_frees, ms->ms_unflushed_allocs); in spa_ld_log_sm_cb() 1115 ms->ms_unflushed_allocs, ms->ms_unflushed_frees); in spa_ld_log_sm_cb() 1253 range_tree_space(m->ms_unflushed_allocs) - in spa_ld_log_sm_data() 1258 range_tree_space(m->ms_unflushed_allocs), 0, 0); in spa_ld_log_sm_data() 1319 ASSERT(range_tree_is_empty(ms->ms_unflushed_allocs)); in spa_ld_unflushed_txgs()
|
| H A D | metaslab.c | 1938 range_tree_space(msp->ms_unflushed_allocs) - in metaslab_verify_space() 2342 ASSERT(range_tree_is_empty(msp->ms_unflushed_allocs)); in metaslab_load_impl() 2373 range_tree_walk(msp->ms_unflushed_allocs, in metaslab_load_impl() 2715 ms->ms_unflushed_allocs = in metaslab_init() 2778 return ((range_tree_numsegs(ms->ms_unflushed_allocs) + in metaslab_unflushed_changes_memused() 2780 ms->ms_unflushed_allocs->rt_root.bt_elem_size); in metaslab_unflushed_changes_memused() 2820 range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_fini() 2821 range_tree_destroy(msp->ms_unflushed_allocs); in metaslab_fini() 3764 ASSERT(range_tree_is_empty(msp->ms_unflushed_allocs)); in metaslab_unflushed_add() 3785 ASSERT(range_tree_is_empty(msp->ms_unflushed_allocs)); in metaslab_unflushed_bump() [all …]
|
| H A D | vdev_removal.c | 1656 range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_thread() 1906 range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_cancel_sync()
|
| H A D | vdev_rebuild.c | 871 range_tree_walk(msp->ms_unflushed_allocs, in vdev_rebuild_thread()
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | metaslab_impl.h | 545 range_tree_t *ms_unflushed_allocs; member
|