Home
last modified time | relevance | path

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

/freebsd-14.2/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c1532 msp->ms_allocatable)); in metaslab_largest_allocatable()
1691 range_tree_t *rt = msp->ms_allocatable; in metaslab_df_alloc()
2130 msp->ms_allocatable)); in metaslab_verify_weight_and_frag()
2297 mrap = msp->ms_allocatable->rt_arg; in metaslab_load_impl()
2298 msp->ms_allocatable->rt_ops = NULL; in metaslab_load_impl()
2299 msp->ms_allocatable->rt_arg = NULL; in metaslab_load_impl()
2311 msp->ms_allocatable->rt_arg = mrap; in metaslab_load_impl()
2314 arg.rt = msp->ms_allocatable; in metaslab_load_impl()
2325 msp->ms_allocatable->rt_arg = mrap; in metaslab_load_impl()
2331 range_tree_add(msp->ms_allocatable, in metaslab_load_impl()
[all …]
H A Dvdev_trim.c729 range_tree_t *rt = msp->ms_allocatable; in vdev_trim_calculate_progress()
858 VERIFY(range_tree_contains(msp->ms_allocatable, start, size)); in vdev_trim_range_add()
946 range_tree_walk(msp->ms_allocatable, vdev_trim_range_add, &ta); in vdev_trim_thread()
1198 VERIFY(range_tree_contains(msp->ms_allocatable, start, size)); in vdev_trim_range_verify()
H A Dvdev_initialize.c441 range_tree_t *rt = msp->ms_allocatable; in vdev_initialize_calculate_progress()
564 range_tree_walk(msp->ms_allocatable, vdev_initialize_range_add, in vdev_initialize_thread()
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h402 range_tree_t *ms_allocatable; member
/freebsd-14.2/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c1736 range_tree_t *rt = msp->ms_allocatable; in dump_metaslab_stats()
1771 range_tree_stat_verify(msp->ms_allocatable); in dump_metaslab()
6443 msp->ms_allocatable->rt_ops = NULL; in load_concrete_ms_allocatable_trees()
6447 msp->ms_allocatable, maptype)); in load_concrete_ms_allocatable_trees()
6476 msp->ms_allocatable->rt_ops = NULL; in load_indirect_ms_allocatable_tree()
6644 if (range_tree_contains(msp->ms_allocatable, in zdb_check_for_obsolete_leaks()
6727 range_tree_vacate(msp->ms_allocatable, in zdb_leak_fini()
6730 range_tree_vacate(msp->ms_allocatable, in zdb_leak_fini()
7627 range_tree_verify_not_present(ms->ms_allocatable, in verify_checkpoint_sm_entry_cb()
7778 range_tree_walk(ckpoint_msp->ms_allocatable, in verify_checkpoint_ms_spacemaps()
[all …]