Searched refs:R5_Discard (Results 1 – 2 of 2) sorted by relevance
| /drivers/md/ |
| A D | raid5.h | 335 R5_Discard, /* Discard the stripe */ enumerator
|
| A D | raid5.c | 1166 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io() 1949 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain() 2049 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5() 2054 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5() 2142 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6() 2147 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6() 2148 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6() 3996 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 4031 } else if (test_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event() 5040 test_bit(R5_Discard, &pdev->flags))))) && in handle_stripe() [all …]
|
Completed in 21 milliseconds