Searched refs:R5_Overlap (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/md/ |
D | raid5.h | 283 R5_Overlap, /* There is a pending overlapping request enumerator
|
D | raid5.c | 1975 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops() 3049 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio() 3110 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 3159 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 3196 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_failed_sync() 4256 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in break_stripe_batch_list() 4259 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list() 4273 if (test_and_clear_bit(R5_Overlap, &head_sh->dev[i].flags)) in break_stripe_batch_list() 4483 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_stripe() 5091 set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request() [all …]
|