Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dec.h179 unsigned long blocks_allocated[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)]; member
Dec.c1829 bitmap_weight(h->s->blocks_allocated, in bch2_ec_stripe_head_put()
2068 memset(h->s->blocks_allocated, 0, sizeof(h->s->blocks_allocated)); in __bch2_ec_stripe_head_reuse()
2073 __set_bit(i, h->s->blocks_allocated); in __bch2_ec_stripe_head_reuse()
2415 bitmap_weight(s->blocks_allocated, s->nr_data), in bch2_new_stripe_to_text()
Dalloc_foreground.c880 !test_and_set_bit(ec_idx, h->s->blocks_allocated)) in bucket_alloc_from_stripe()