Searched refs:R5_Discard (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.10/drivers/md/ |
| D | raid5.h | 334 R5_Discard, /* Discard the stripe */ enumerator
|
| D | raid5.c | 1082 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io() 1896 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain() 1941 discard |= test_bit(R5_Discard, &sh->dev[i].flags); in ops_complete_reconstruct() 1996 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5() 2001 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5() 2089 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6() 2094 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6() 2095 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6() 3976 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 3981 if (test_and_clear_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event() [all …]
|