Searched refs:ms_unflushed_allocs (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_log_spacemap.c | 1113 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()
|
H A D | metaslab.c | 2143 zfs_range_tree_space(msp->ms_unflushed_allocs) - in metaslab_verify_space() 2550 msp->ms_unflushed_allocs)); in metaslab_load_impl() 2582 zfs_range_tree_walk(msp->ms_unflushed_allocs, in metaslab_load_impl() 2669 (u_longlong_t)zfs_range_tree_space(msp->ms_unflushed_allocs), in metaslab_load_impl() 2936 ms->ms_unflushed_allocs = zfs_range_tree_create_flags( in metaslab_init() 3003 return ((zfs_range_tree_numsegs(ms->ms_unflushed_allocs) + in metaslab_unflushed_changes_memused() 3005 ms->ms_unflushed_allocs->rt_root.bt_elem_size); in metaslab_unflushed_changes_memused() 3045 zfs_range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_fini() 3046 zfs_range_tree_destroy(msp->ms_unflushed_allocs); in metaslab_fini() 3942 zfs_range_tree_vacate(msp->ms_unflushed_allocs, NULL, NULL); in metaslab_condense() [all …]
|
H A D | vdev_removal.c | 1674 zfs_range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_thread() 1928 zfs_range_tree_walk(msp->ms_unflushed_allocs, in spa_vdev_remove_cancel_sync()
|
H A D | vdev_rebuild.c | 879 zfs_range_tree_walk(msp->ms_unflushed_allocs, in vdev_rebuild_thread()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | metaslab_impl.h | 519 zfs_range_tree_t *ms_unflushed_allocs; member
|