Searched refs:R5_Discard (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 334 R5_Discard, /* Discard the stripe */ enumerator
|
H 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() 1942 discard |= test_bit(R5_Discard, &sh->dev[i].flags); in ops_complete_reconstruct() 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() 3974 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 3979 if (test_and_clear_bit(R5_Discard, in handle_stripe_clean_event() [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 335 R5_Discard, /* Discard the stripe */ enumerator
|
H A D | raid5.c | 1167 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io() 1975 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain() 2020 discard |= test_bit(R5_Discard, &sh->dev[i].flags); in ops_complete_reconstruct() 2075 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5() 2080 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5() 2168 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6() 2173 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6() 2174 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6() 4086 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event() 4091 if (test_and_clear_bit(R5_Discard, in handle_stripe_clean_event() [all...] |
Completed in 17 milliseconds