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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h237 boolean_t mg_allocatable; /* can we allocate? */ member in struct:metaslab_group
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c751 was_allocatable = mg->mg_allocatable;
783 mg->mg_allocatable = (mg->mg_activation_count > 0 &&
803 if (was_allocatable && !mg->mg_allocatable)
805 else if (!was_allocatable && mg->mg_allocatable)
1241 * If the metaslab group's mg_allocatable flag is set (see comments
1250 * regardless of the mg_allocatable or throttle settings.
1252 if (mg->mg_allocatable) {

Completed in 165 milliseconds