Home
last modified time | relevance | path

Searched refs:R5_Discard (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/md/
H A Draid5.h335 R5_Discard, /* Discard the stripe */ enumerator
H A Draid5.c1166 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io()
1957 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain()
2057 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5()
2062 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5()
2150 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6()
2155 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6()
2156 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6()
4004 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event()
4039 } else if (test_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event()
5048 test_bit(R5_Discard, &pdev->flags))))) && in handle_stripe()
[all …]