Searched refs:R5_Discard (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/md/ |
H A D | raid5.h | 335 R5_Discard, /* Discard the stripe */ enumerator
|
H A D | raid5.c | 1165 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io() 1971 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain() 2016 discard |= test_bit(R5_Discard, &sh->dev[i].flags); in ops_complete_reconstruct() 2071 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5() 2076 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5() 2164 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6() 2169 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6() 2170 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6() 4050 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 4055 if (test_and_clear_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event() [all …]
|