Searched refs:blocks_allocated (Results 1 – 3 of 3) sorted by relevance
216 unsigned long blocks_allocated[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)]; member
1660 bitmap_weight(h->s->blocks_allocated, in bch2_ec_stripe_head_put()1886 memset(s->blocks_allocated, 0, sizeof(s->blocks_allocated)); in init_new_stripe_from_existing()1891 __set_bit(i, s->blocks_allocated); in init_new_stripe_from_existing()2283 bitmap_weight(s->blocks_allocated, s->nr_data), in bch2_new_stripe_to_text()
790 if (ob->dev == *i && !test_and_set_bit(ec_idx, h->s->blocks_allocated)) { in bucket_alloc_from_stripe()
Completed in 13 milliseconds