Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dmetaslab.c708 int cmp = TREE_CMP(m2->ms_weight, m1->ms_weight); in metaslab_compare()
1096 msp->ms_weight = 0; in metaslab_group_add()
1135 msp->ms_weight = weight; in metaslab_group_sort_impl()
2096 uint64_t weight = msp->ms_weight; in metaslab_verify_weight_and_frag()
2102 msp->ms_weight = 0; in metaslab_verify_weight_and_frag()
2129 msp->ms_weight = weight; in metaslab_verify_weight_and_frag()
2434 weight, msp->ms_weight); in metaslab_load_impl()
2533 msp->ms_weight, in metaslab_unload()
3331 if (msp->ms_weight == 0) { in metaslab_activate()
4670 search->ms_weight = msp->ms_weight; in find_valid_metaslab()
[all …]
H A Dspa_log_spacemap.c1184 ASSERT0(m->ms_weight & METASLAB_ACTIVE_MASK); in spa_ld_log_sm_data()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h494 uint64_t ms_weight; /* weight vs. others in group */ member