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

/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h207 boolean_t mg_allocatable; /* can we allocate? */ member in struct:metaslab_group
/netbsd-current/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dmetaslab.c599 was_allocatable = mg->mg_allocatable;
631 mg->mg_allocatable = (mg->mg_activation_count > 0 &&
651 if (was_allocatable && !mg->mg_allocatable)
653 else if (!was_allocatable && mg->mg_allocatable)
969 * If the metaslab group's mg_allocatable flag is set (see comments
978 * regardless of the mg_allocatable or throttle settings.
980 if (mg->mg_allocatable) {

Completed in 142 milliseconds