Lines Matching defs:was_active
2176 uint64_t was_active = msp->ms_weight & METASLAB_ACTIVE_MASK;
2197 msp->ms_weight = metaslab_weight(msp, B_TRUE) | was_active;
3334 uint64_t was_active = msp->ms_weight & METASLAB_ACTIVE_MASK;
3336 metaslab_weight(msp, B_FALSE) | was_active);
4704 boolean_t *was_active)
4735 *was_active = msp->ms_allocator != -1;
4743 if (activation_weight == METASLAB_WEIGHT_PRIMARY || *was_active)
4842 boolean_t was_active = B_FALSE;
4860 was_active = B_TRUE;
4874 was_active = B_TRUE;
4879 search, &was_active);
4898 boolean_t, was_active);
4909 if (was_active && !(msp->ms_weight & METASLAB_ACTIVE_MASK)) {
4921 if (!was_active && (msp->ms_weight & METASLAB_ACTIVE_MASK) &&