Home
last modified time | relevance | path

Searched refs:ms_allocatable_by_size (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h529 zfs_btree_t ms_allocatable_by_size; member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c1481 zfs_btree_t *t = &msp->ms_allocatable_by_size; in metaslab_largest_allocatable()
1673 if (zfs_btree_numnodes(&msp->ms_allocatable_by_size) == 0) in metaslab_df_alloc()
1678 rs = zfs_btree_last(&msp->ms_allocatable_by_size, NULL); in metaslab_df_alloc()
1682 rs = metaslab_block_find(&msp->ms_allocatable_by_size, in metaslab_df_alloc()
1716 zfs_btree_t *t = &msp->ms_allocatable_by_size; in metaslab_cf_alloc()
1790 t = &msp->ms_allocatable_by_size; in metaslab_ndf_alloc()
2262 mrap->mra_bt = &msp->ms_allocatable_by_size; in metaslab_load_impl()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c1593 zfs_btree_t *t = &msp->ms_allocatable_by_size; in dump_metaslab_stats()