Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c1494 msp->ms_allocatable)); in metaslab_largest_allocatable()
1653 range_tree_t *rt = msp->ms_allocatable; in metaslab_df_alloc()
2093 msp->ms_allocatable)); in metaslab_verify_weight_and_frag()
2258 mrap = msp->ms_allocatable->rt_arg; in metaslab_load_impl()
2259 msp->ms_allocatable->rt_ops = NULL; in metaslab_load_impl()
2260 msp->ms_allocatable->rt_arg = NULL; in metaslab_load_impl()
2272 msp->ms_allocatable->rt_arg = mrap; in metaslab_load_impl()
2275 arg.rt = msp->ms_allocatable; in metaslab_load_impl()
2286 msp->ms_allocatable->rt_arg = mrap; in metaslab_load_impl()
2292 range_tree_add(msp->ms_allocatable, in metaslab_load_impl()
[all …]
H A Dvdev_initialize.c407 range_tree_t *rt = msp->ms_allocatable; in vdev_initialize_calculate_progress()
530 range_tree_walk(msp->ms_allocatable, vdev_initialize_range_add, in vdev_initialize_thread()
H A Dvdev_trim.c694 range_tree_t *rt = msp->ms_allocatable; in vdev_trim_calculate_progress()
823 VERIFY(range_tree_contains(msp->ms_allocatable, start, size)); in vdev_trim_range_add()
911 range_tree_walk(msp->ms_allocatable, vdev_trim_range_add, &ta); in vdev_trim_thread()
1167 VERIFY(range_tree_contains(msp->ms_allocatable, start, size)); in vdev_trim_range_verify()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h403 range_tree_t *ms_allocatable; member
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1592 range_tree_t *rt = msp->ms_allocatable; in dump_metaslab_stats()
1627 range_tree_stat_verify(msp->ms_allocatable); in dump_metaslab()
5762 msp->ms_allocatable->rt_ops = NULL; in load_concrete_ms_allocatable_trees()
5766 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees()
5795 msp->ms_allocatable->rt_ops = NULL; in load_indirect_ms_allocatable_tree()
5960 if (range_tree_contains(msp->ms_allocatable, in zdb_check_for_obsolete_leaks()
6042 range_tree_vacate(msp->ms_allocatable, in zdb_leak_fini()
6045 range_tree_vacate(msp->ms_allocatable, in zdb_leak_fini()
6856 range_tree_verify_not_present(ms->ms_allocatable, in verify_checkpoint_sm_entry_cb()
7007 range_tree_walk(ckpoint_msp->ms_allocatable, in verify_checkpoint_ms_spacemaps()
[all …]