Searched refs:blocks_gotten (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | ec.c | 1731 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) { in new_stripe_alloc_buckets() 1763 j = find_next_zero_bit(s->blocks_gotten, in new_stripe_alloc_buckets() 1770 __set_bit(j, s->blocks_gotten); in new_stripe_alloc_buckets() 1790 j = find_next_zero_bit(s->blocks_gotten, in new_stripe_alloc_buckets() 1796 __set_bit(j, s->blocks_gotten); in new_stripe_alloc_buckets() 1865 for_each_set_bit(i, s->blocks_gotten, new_v->nr_blocks) { in init_new_stripe_from_existing() 1869 memset(s->blocks_gotten, 0, sizeof(s->blocks_gotten)); in init_new_stripe_from_existing() 1874 __set_bit(i, s->blocks_gotten); in init_new_stripe_from_existing() 2232 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) in bch2_new_stripe_to_text()
|
| H A D | ec.h | 215 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)]; member
|