xagb_bitmap_hweight
*flcount = min_t(uint64_t, xagb_bitmap_hweight(agfl_extents),
if (xagb_bitmap_hweight(&cr->fs_owned) != 0)
if (xagb_bitmap_hweight(&cr->log_owned) != 0)
if (xagb_bitmap_hweight(&cr->ag_owned) != 0)
if (xagb_bitmap_hweight(&cr->inobt_owned) != 0)
if (xagb_bitmap_hweight(&cr->refcbt_owned) != 0)
rr->freesp_btblocks = xagb_bitmap_hweight(freesp_blocks) - 2;