Lines Matching refs:R5_Overlap
2328 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops()
2329 wake_up_bit(&dev->flags, R5_Overlap); in raid_run_ops()
3556 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio()
3619 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe()
3620 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe()
3658 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe()
3659 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe()
3693 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_failed_sync()
3694 wake_up_bit(&sh->dev[sh->pd_idx].flags, R5_Overlap); in handle_failed_sync()
4861 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in break_stripe_batch_list()
4862 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in break_stripe_batch_list()
4864 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list()
4875 if (test_and_clear_bit(R5_Overlap, &head_sh->dev[i].flags)) in break_stripe_batch_list()
4876 wake_up_bit(&head_sh->dev[i].flags, R5_Overlap); in break_stripe_batch_list()
5143 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_stripe()
5144 wake_up_bit(&sh->dev[sh->pd_idx].flags, R5_Overlap); in handle_stripe()
5701 set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request()
5704 wait_on_bit(&sh->dev[sh->pd_idx].flags, R5_Overlap, in make_discard_request()
5708 clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request()
5714 set_bit(R5_Overlap, &sh->dev[d].flags); in make_discard_request()
5717 wait_on_bit(&sh->dev[d].flags, R5_Overlap, in make_discard_request()
5809 set_bit(R5_Overlap, &dev->flags); in add_all_stripe_bios()
5818 wait_on_bit(&dev->flags, R5_Overlap, TASK_UNINTERRUPTIBLE); in add_all_stripe_bios()