Searched refs:R5_Discard (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/ |
| A D | raid5.h | 334 R5_Discard, /* Discard the stripe */ enumerator
|
| A D | raid5.c | 1083 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io() 1897 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain() 1997 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5() 2002 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5() 2090 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6() 2095 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6() 2096 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6() 3977 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 4015 } else if (test_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event() 5037 test_bit(R5_Discard, &pdev->flags))))) && in handle_stripe() [all …]
|
Completed in 20 milliseconds