Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5.c2328 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()
3464 * range. Not really an overlap, but R5_Overlap can be in stripe_bio_overlaps()
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()
[all...]
H A Draid5.h309 R5_Overlap, /* There is a pending overlapping request enumerator
H A Draid5-cache.c2811 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()