Searched refs:R5_Overlap (Results 1 – 2 of 2) sorted by relevance
/drivers/md/ |
D | raid5.h | 271 R5_Overlap, /* There is a pending overlapping request enumerator
|
D | raid5.c | 1471 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops() 2447 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio() 2506 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 2550 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 2586 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_failed_sync() 3626 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_stripe() 4194 set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request() 4200 clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request() 4206 set_bit(R5_Overlap, &sh->dev[d].flags); in make_discard_request()
|