Searched refs:R5_Overlap (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.h | 308 R5_Overlap, /* There is a pending overlapping request enumerator
|
| H A D | raid5.c | 2277 if (test_and_clear_bit(R5_Overlap, &dev->flags)) in raid_run_ops() 3524 set_bit(R5_Overlap, &sh->dev[dd_idx].flags); in add_stripe_bio() 3587 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 3631 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in handle_failed_stripe() 3669 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_failed_sync() 4852 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in break_stripe_batch_list() 4855 (~((1 << R5_WriteError) | (1 << R5_Overlap))); in break_stripe_batch_list() 4866 if (test_and_clear_bit(R5_Overlap, &head_sh->dev[i].flags)) in break_stripe_batch_list() 5137 if (test_and_clear_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags)) in handle_stripe() 5710 set_bit(R5_Overlap, &sh->dev[sh->pd_idx].flags); in make_discard_request() [all …]
|
| H A D | raid5-cache.c | 2826 if (test_and_clear_bit(R5_Overlap, &sh->dev[i].flags)) in r5c_finish_stripe_write_out()
|