Searched refs:ms_weight (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c423 if (m1->ms_weight < m2->ms_weight)
425 if (m1->ms_weight > m2->ms_weight)
780 msp->ms_weight = 0;
816 msp->ms_weight = weight;
1375 msp->ms_weight &= ~METASLAB_ACTIVE_MASK;
1666 weight |= (msp->ms_weight & METASLAB_ACTIVE_MASK);
1796 WEIGHT_SET_ACTIVE(weight, WEIGHT_GET_ACTIVE(msp->ms_weight));
1817 if (!WEIGHT_IS_SPACEBASED(msp->ms_weight)) {
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h332 uint64_t ms_weight; /* weight vs. others in group */ member in struct:metaslab
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1300 uint64_t ms_weight; member in struct:mdb_metaslab

Completed in 138 milliseconds