Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dec.c1519 unsigned nr_parity, in ec_stripe_key_init() argument
1528 s->v.nr_blocks = nr_data + nr_parity; in ec_stripe_key_init()
1529 s->v.nr_redundant = nr_parity; in ec_stripe_key_init()
1562 s->nr_parity = h->redundancy; in ec_new_stripe_alloc()
1565 s->nr_data, s->nr_parity, in ec_new_stripe_alloc()
1748 BUG_ON(nr_have_parity > s->nr_parity); in new_stripe_alloc_buckets()
1751 if (nr_have_parity < s->nr_parity) { in new_stripe_alloc_buckets()
1755 s->nr_parity, in new_stripe_alloc_buckets()
1764 s->nr_data + s->nr_parity, in new_stripe_alloc_buckets()
1935 s->nr_parity, in __bch2_ec_stripe_head_reserve()
[all …]
H A Dec.h210 u8 nr_parity; member