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

/linux-master/fs/bcachefs/
H A Dec.c1387 ec_validate_checksums(c, &s->existing_stripe);
1389 if (ec_do_recov(c, &s->existing_stripe)) {
1395 if (stripe_blockcount_get(&bkey_i_to_stripe(&s->existing_stripe.key)->v, i))
1397 s->existing_stripe.data[i]);
1399 ec_stripe_buf_exit(&s->existing_stripe);
1454 ec_stripe_buf_exit(&s->existing_stripe);
1872 ret = get_stripe_key_trans(trans, idx, &h->s->existing_stripe);
1880 existing_v = &bkey_i_to_stripe(&h->s->existing_stripe.key)->v;
1886 ret = ec_stripe_buf_init(&h->s->existing_stripe, 0, h->blocksize);
1892 BUG_ON(h->s->existing_stripe
[all...]
H A Dec.h182 struct ec_stripe_buf existing_stripe; member in struct:ec_stripe_new

Completed in 127 milliseconds