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

/freebsd-current/sys/contrib/openzfs/include/sys/
H A Dmetaslab_impl.h78 #define METASLAB_WEIGHT_CLAIM (1ULL << 61) macro
82 METASLAB_WEIGHT_CLAIM)
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dmetaslab.c3350 if (activation_weight == METASLAB_WEIGHT_CLAIM) {
3465 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM) {
4777 VERIFY0(msp->ms_weight & METASLAB_WEIGHT_CLAIM);
4785 VERIFY0(msp->ms_weight & METASLAB_WEIGHT_CLAIM);
4791 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM) {
4814 activation_weight = METASLAB_WEIGHT_CLAIM;
4926 ASSERT((msp->ms_weight & METASLAB_WEIGHT_CLAIM) ||
4939 if (msp->ms_weight & METASLAB_WEIGHT_CLAIM &&
4940 activation_weight != METASLAB_WEIGHT_CLAIM) {
4944 ~METASLAB_WEIGHT_CLAIM);
[all...]

Completed in 185 milliseconds