Searched refs:R5_Overlap (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| H A D | raid5.c | 2347 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops() 2348 wake_up_bit(&dev->flags, R5_Overlap); in raid_run_ops() 3570 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio() 3632 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 3633 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe() 3671 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 3672 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe() 3706 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_failed_sync() 3707 wake_up_bit(&sh->dev[sh->pd_idx].flags, R5_Overlap); in handle_failed_sync() 4960 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in break_stripe_batch_list() [all …]
|
| H A D | raid5.h | 309 R5_Overlap, /* There is a pending overlapping request enumerator
|