Searched refs:blocks_gotten (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | ec.c | 1908 for_each_set_bit(i, h->s->blocks_gotten, v->nr_blocks) { in new_stripe_alloc_buckets() 1940 j = find_next_zero_bit(h->s->blocks_gotten, in new_stripe_alloc_buckets() 1947 __set_bit(j, h->s->blocks_gotten); in new_stripe_alloc_buckets() 1967 j = find_next_zero_bit(h->s->blocks_gotten, in new_stripe_alloc_buckets() 1973 __set_bit(j, h->s->blocks_gotten); in new_stripe_alloc_buckets() 2063 for_each_set_bit(i, h->s->blocks_gotten, new_v->nr_blocks) { in __bch2_ec_stripe_head_reuse() 2067 memset(h->s->blocks_gotten, 0, sizeof(h->s->blocks_gotten)); in __bch2_ec_stripe_head_reuse() 2072 __set_bit(i, h->s->blocks_gotten); in __bch2_ec_stripe_head_reuse() 2422 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) in bch2_new_stripe_to_text()
|
D | ec.h | 178 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)]; member
|