Home
last modified time | relevance | path

Searched refs:new_stripe (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dec.c1436 memset(s->new_stripe.data[block] + (offset << 9), in zero_out_rest_of_ec_bucket()
1465 struct bch_stripe *v = &bkey_i_to_stripe(&s->new_stripe.key)->v; in ec_stripe_create()
1499 swap(s->new_stripe.data[i], in ec_stripe_create()
1508 ec_generate_ec(&s->new_stripe); in ec_stripe_create()
1510 ec_generate_checksums(&s->new_stripe); in ec_stripe_create()
1514 ec_block_io(c, &s->new_stripe, REQ_OP_WRITE, i, &s->iodone); in ec_stripe_create()
1517 if (ec_nr_failed(&s->new_stripe)) { in ec_stripe_create()
1529 bkey_i_to_stripe(&s->new_stripe.key))); in ec_stripe_create()
1535 ret = ec_stripe_update_extents(c, &s->new_stripe); in ec_stripe_create()
1560 ec_stripe_buf_exit(&s->new_stripe); in ec_stripe_create()
[all …]
Dec.h183 struct ec_stripe_buf new_stripe; member
Dalloc_foreground.c1135 nr_blocks = bkey_i_to_stripe(&ob->ec->new_stripe.key)->v.nr_blocks; in should_drop_bucket()