Home
last modified time | relevance | path

Searched refs:ms_unflushed_allocs (Results 1 – 5 of 5) sorted by relevance

/src/sys/contrib/openzfs/module/zfs/
H A Dspa_log_spacemap.c1113 ms->ms_unflushed_frees, ms->ms_unflushed_allocs); in spa_ld_log_sm_cb()
1117 ms->ms_unflushed_allocs, ms->ms_unflushed_frees); in spa_ld_log_sm_cb()
1255 zfs_range_tree_space(m->ms_unflushed_allocs) - in spa_ld_log_sm_data()
1259 zfs_range_tree_space(m->ms_unflushed_allocs), 0, 0); in spa_ld_log_sm_data()
1320 ASSERT(zfs_range_tree_is_empty(ms->ms_unflushed_allocs)); in spa_ld_unflushed_txgs()
H A Dmetaslab.c2161 zfs_range_tree_space(msp->ms_unflushed_allocs) - in metaslab_verify_space()
2568 msp->ms_unflushed_allocs)); in metaslab_load_impl()
2600 zfs_range_tree_walk(msp->ms_unflushed_allocs, in metaslab_load_impl()
2687 (u_longlong_t)zfs_range_tree_space(msp->ms_unflushed_allocs), in metaslab_load_impl()
2959 ms->ms_unflushed_allocs = zfs_range_tree_create_flags( in metaslab_init()
3025 return ((zfs_range_tree_numsegs(ms->ms_unflushed_allocs) + in metaslab_unflushed_changes_memused()
3027 ms->ms_unflushed_allocs->rt_root.bt_elem_size); in metaslab_unflushed_changes_memused()
3066 zfs_range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_fini()
3067 zfs_range_tree_destroy(msp->ms_unflushed_allocs); in metaslab_fini()
3963 zfs_range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_condense()
[all …]
H A Dvdev_removal.c1710 zfs_range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_thread()
1964 zfs_range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_cancel_sync()
H A Dvdev_rebuild.c878 zfs_range_tree_walk(msp->ms_unflushed_allocs, in vdev_rebuild_thread()
/src/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h521 zfs_range_tree_t *ms_unflushed_allocs; member