Home
last modified time | relevance | path

Searched refs:ms_weight (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dmetaslab.c675 int cmp = TREE_CMP(m2->ms_weight, m1->ms_weight); in metaslab_compare()
1069 msp->ms_weight = 0; in metaslab_group_add()
1108 msp->ms_weight = weight; in metaslab_group_sort_impl()
2060 uint64_t weight = msp->ms_weight; in metaslab_verify_weight_and_frag()
2061 uint64_t was_active = msp->ms_weight & METASLAB_ACTIVE_MASK; in metaslab_verify_weight_and_frag()
2062 boolean_t space_based = WEIGHT_IS_SPACEBASED(msp->ms_weight); in metaslab_verify_weight_and_frag()
2066 msp->ms_weight = 0; in metaslab_verify_weight_and_frag()
2076 msp->ms_weight = metaslab_weight(msp) | was_active; in metaslab_verify_weight_and_frag()
2084 if ((space_based && !WEIGHT_IS_SPACEBASED(msp->ms_weight)) || in metaslab_verify_weight_and_frag()
2085 (!space_based && WEIGHT_IS_SPACEBASED(msp->ms_weight))) { in metaslab_verify_weight_and_frag()
[all …]
H A Dspa_log_spacemap.c1187 ASSERT0(m->ms_weight & METASLAB_ACTIVE_MASK); in spa_ld_log_sm_data()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dmetaslab_impl.h477 uint64_t ms_weight; /* weight vs. others in group */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c1521 uint64_t ms_weight; member