Home
last modified time | relevance | path

Searched refs:blocks_gotten (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dec.c1896 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) { in new_stripe_alloc_buckets()
1928 j = find_next_zero_bit(s->blocks_gotten, in new_stripe_alloc_buckets()
1935 __set_bit(j, s->blocks_gotten); in new_stripe_alloc_buckets()
1955 j = find_next_zero_bit(s->blocks_gotten, in new_stripe_alloc_buckets()
1961 __set_bit(j, s->blocks_gotten); in new_stripe_alloc_buckets()
2029 for_each_set_bit(i, s->blocks_gotten, new_v->nr_blocks) { in init_new_stripe_from_existing()
2033 memset(s->blocks_gotten, 0, sizeof(s->blocks_gotten)); in init_new_stripe_from_existing()
2038 __set_bit(i, s->blocks_gotten); in init_new_stripe_from_existing()
2424 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) in bch2_new_stripe_to_text()
H A Dec.h177 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)]; member