Searched refs:R5_Overlap (Results 1 – 3 of 3) sorted by relevance
| /drivers/md/ |
| A D | raid5.c | 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() 3620 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe() 3659 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in handle_failed_stripe() 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() 5701 set_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() [all …]
|
| A D | raid5.h | 309 R5_Overlap, /* There is a pending overlapping request enumerator
|
| A D | raid5-cache.c | 2811 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in r5c_finish_stripe_write_out() 2812 wake_up_bit(&sh->dev[i].flags, R5_Overlap); in r5c_finish_stripe_write_out()
|
Completed in 26 milliseconds