Home
last modified time | relevance | path

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

/fs/bcachefs/
A Dec.c1749 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) { in new_stripe_alloc_buckets()
1777 j = find_next_zero_bit(s->blocks_gotten, in new_stripe_alloc_buckets()
1784 __set_bit(j, s->blocks_gotten); in new_stripe_alloc_buckets()
1800 j = find_next_zero_bit(s->blocks_gotten, in new_stripe_alloc_buckets()
1806 __set_bit(j, s->blocks_gotten); in new_stripe_alloc_buckets()
1881 for_each_set_bit(i, s->blocks_gotten, new_v->nr_blocks) { in init_new_stripe_from_existing()
1885 memset(s->blocks_gotten, 0, sizeof(s->blocks_gotten)); in init_new_stripe_from_existing()
1890 __set_bit(i, s->blocks_gotten); in init_new_stripe_from_existing()
2290 for_each_set_bit(i, s->blocks_gotten, v->nr_blocks) in bch2_new_stripe_to_text()
A Dec.h215 unsigned long blocks_gotten[BITS_TO_LONGS(BCH_BKEY_PTRS_MAX)]; member

Completed in 8 milliseconds