Home
last modified time | relevance | path

Searched refs:STRIPE_FULL_WRITE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5.h367 STRIPE_FULL_WRITE, /* all blocks are set to be overwritten */ enumerator
H A Draid5-ppl.c346 if (!test_bit(STRIPE_FULL_WRITE, &sh->state)) { in ppl_log_stripe()
489 if (test_bit(STRIPE_FULL_WRITE, &sh->state)) in ppl_submit_iounit()
H A Draid5.c3424 if (!test_and_set_bit(STRIPE_FULL_WRITE, &sh->state)) in schedule_reconstruction()
3477 !test_bit(STRIPE_FULL_WRITE, &sh->state) && in schedule_reconstruction()
3766 if (test_and_clear_bit(STRIPE_FULL_WRITE, &sh->state)) in handle_failed_stripe()
4163 if (test_and_clear_bit(STRIPE_FULL_WRITE, &sh->state)) in handle_stripe_clean_event()
4940 (1 << STRIPE_FULL_WRITE) | in break_stripe_batch_list()
H A Draid5-cache.c2836 if (test_and_clear_bit(STRIPE_FULL_WRITE, &sh->state)) in r5c_finish_stripe_write_out()