Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h237 boolean_t mg_allocatable; /* can we allocate? */ member
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c744 was_allocatable = mg->mg_allocatable; in metaslab_group_alloc_update()
776 mg->mg_allocatable = (mg->mg_activation_count > 0 && in metaslab_group_alloc_update()
796 if (was_allocatable && !mg->mg_allocatable) in metaslab_group_alloc_update()
798 else if (!was_allocatable && mg->mg_allocatable) in metaslab_group_alloc_update()
1230 if (mg->mg_allocatable) { in metaslab_group_allocatable()