Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/md/
Draid5.h309 R5_Overlap, /* There is a pending overlapping request enumerator
Draid5.c2354 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops()
3631 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio()
3699 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe()
3743 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe()
3781 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_failed_sync()
4965 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in break_stripe_batch_list()
4968 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list()
4979 if (test_and_clear_bit(R5_Overlap, &head_sh->dev[i].flags)) in break_stripe_batch_list()
5250 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_stripe()
5819 set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request()
[all …]
Draid5-cache.c2823 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in r5c_finish_stripe_write_out()