Searched refs:R5_Discard (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/md/ |
D | raid5.h | 335 R5_Discard, /* Discard the stripe */ enumerator
|
D | raid5.c | 1160 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io() 1968 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain() 2013 discard |= test_bit(R5_Discard, &sh->dev[i].flags); in ops_complete_reconstruct() 2068 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5() 2073 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5() 2161 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6() 2166 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6() 2167 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6() 4079 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 4084 if (test_and_clear_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event() [all …]
|