Home
last modified time | relevance | path

Searched refs:mc_alloc_groups (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h190 uint64_t mc_alloc_groups; /* # of allocatable groups */ member
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c709 mc->mc_alloc_groups--; in metaslab_group_alloc_update()
711 mc->mc_alloc_groups++; in metaslab_group_alloc_update()
1144 if (qdepth < qmax || mc->mc_alloc_groups == 1) in metaslab_group_allocatable()
1146 ASSERT3U(mc->mc_alloc_groups, >, 1); in metaslab_group_allocatable()
1177 } else if (mc->mc_alloc_groups == 0 || psize == SPA_MINBLOCKSIZE) { in metaslab_group_allocatable()