Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dec.c1311 ec_validate_checksums(c, &s->existing_stripe); in ec_stripe_create()
1313 if (ec_do_recov(c, &s->existing_stripe)) { in ec_stripe_create()
1320 if (stripe_blockcount_get(&bkey_i_to_stripe(&s->existing_stripe.key)->v, i)) in ec_stripe_create()
1322 s->existing_stripe.data[i]); in ec_stripe_create()
1324 ec_stripe_buf_exit(&s->existing_stripe); in ec_stripe_create()
1350 ? bkey_i_to_stripe(&s->existing_stripe.key) in ec_stripe_create()
1384 ec_stripe_buf_exit(&s->existing_stripe); in ec_stripe_create()
1846 struct bch_stripe *existing_v = &bkey_i_to_stripe(&s->existing_stripe.key)->v; in init_new_stripe_from_existing()
1859 BUG_ON(s->existing_stripe.size != le16_to_cpu(existing_v->sectors)); in init_new_stripe_from_existing()
1878 ec_block_io(c, &s->existing_stripe, READ, i, &s->iodone); in init_new_stripe_from_existing()
[all …]
H A Dec.h221 struct ec_stripe_buf existing_stripe; member