Searched refs:mg_allocatable (Results 1 – 2 of 2) sorted by relevance
207 boolean_t mg_allocatable; /* can we allocate? */ member
599 was_allocatable = mg->mg_allocatable; in metaslab_group_alloc_update()631 mg->mg_allocatable = (mg->mg_activation_count > 0 && in metaslab_group_alloc_update()651 if (was_allocatable && !mg->mg_allocatable) in metaslab_group_alloc_update()653 else if (!was_allocatable && mg->mg_allocatable) in metaslab_group_alloc_update()980 if (mg->mg_allocatable) { in metaslab_group_allocatable()