Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/openzfs/module/zfs/
HDspa_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()
1260 zfs_range_tree_space(m->ms_unflushed_allocs), 0, 0); in spa_ld_log_sm_data()
1321 ASSERT(zfs_range_tree_is_empty(ms->ms_unflushed_allocs)); in spa_ld_unflushed_txgs()
HDmetaslab.c2120 zfs_range_tree_space(msp->ms_unflushed_allocs) - in metaslab_verify_space()
2527 msp->ms_unflushed_allocs)); in metaslab_load_impl()
2559 zfs_range_tree_walk(msp->ms_unflushed_allocs, in metaslab_load_impl()
2645 (u_longlong_t)zfs_range_tree_space(msp->ms_unflushed_allocs), in metaslab_load_impl()
2902 ms->ms_unflushed_allocs = in metaslab_init()
2965 return ((zfs_range_tree_numsegs(ms->ms_unflushed_allocs) + in metaslab_unflushed_changes_memused()
2967 ms->ms_unflushed_allocs->rt_root.bt_elem_size); in metaslab_unflushed_changes_memused()
3007 zfs_range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_fini()
3008 zfs_range_tree_destroy(msp->ms_unflushed_allocs); in metaslab_fini()
3901 zfs_range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_condense()
[all …]
HDvdev_removal.c1669 zfs_range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_thread()
1921 zfs_range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_cancel_sync()
HDvdev_rebuild.c878 zfs_range_tree_walk(msp->ms_unflushed_allocs, in vdev_rebuild_thread()
/freebsd-head/sys/contrib/openzfs/include/sys/
HDmetaslab_impl.h518 zfs_range_tree_t *ms_unflushed_allocs; member