Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1514 msp->ms_allocatable)); in metaslab_largest_allocatable()
1673 range_tree_t *rt = msp->ms_allocatable; in metaslab_df_alloc()
2118 msp->ms_allocatable)); in metaslab_verify_weight_and_frag()
2285 mrap = msp->ms_allocatable->rt_arg; in metaslab_load_impl()
2286 msp->ms_allocatable->rt_ops = NULL; in metaslab_load_impl()
2287 msp->ms_allocatable->rt_arg = NULL; in metaslab_load_impl()
2299 msp->ms_allocatable->rt_arg = mrap; in metaslab_load_impl()
2302 arg.rt = msp->ms_allocatable; in metaslab_load_impl()
2313 msp->ms_allocatable->rt_arg = mrap; in metaslab_load_impl()
2319 range_tree_add(msp->ms_allocatable, in metaslab_load_impl()
[all …]
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()
1168 VERIFY(range_tree_contains(msp->ms_allocatable, start, size)); in vdev_trim_range_verify()
H A Dvdev_initialize.c408 range_tree_t *rt = msp->ms_allocatable; in vdev_initialize_calculate_progress()
531 range_tree_walk(msp->ms_allocatable, vdev_initialize_range_add, in vdev_initialize_thread()
/freebsd-13.1/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h403 range_tree_t *ms_allocatable; member
/freebsd-13.1/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1622 range_tree_t *rt = msp->ms_allocatable; in dump_metaslab_stats()
1657 range_tree_stat_verify(msp->ms_allocatable); in dump_metaslab()
5876 msp->ms_allocatable->rt_ops = NULL; in load_concrete_ms_allocatable_trees()
5880 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees()
5909 msp->ms_allocatable->rt_ops = NULL; in load_indirect_ms_allocatable_tree()
6077 if (range_tree_contains(msp->ms_allocatable, in zdb_check_for_obsolete_leaks()
6160 range_tree_vacate(msp->ms_allocatable, in zdb_leak_fini()
6163 range_tree_vacate(msp->ms_allocatable, in zdb_leak_fini()
6988 range_tree_verify_not_present(ms->ms_allocatable, in verify_checkpoint_sm_entry_cb()
7139 range_tree_walk(ckpoint_msp->ms_allocatable, in verify_checkpoint_ms_spacemaps()
[all …]