Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.h309 R5_Overlap, /* There is a pending overlapping request enumerator
H A Draid5.c2353 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops()
3630 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio()
3698 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe()
3742 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe()
4964 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in break_stripe_batch_list()
4967 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list()
4978 if (test_and_clear_bit(R5_Overlap, &head_sh->dev[i].flags)) in break_stripe_batch_list()
5818 set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request()
5824 clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request()
5830 set_bit(R5_Overlap, &sh->dev[d].flags); in make_discard_request()
[all …]
H A Draid5-cache.c2826 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in r5c_finish_stripe_write_out()