Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/md/
Draid5.h314 R5_Discard, /* Discard the stripe */ enumerator
Draid5.c907 if (test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_io()
1629 set_bit(R5_Discard, &dev->flags); in ops_run_biodrain()
1671 discard |= test_bit(R5_Discard, &sh->dev[i].flags); in ops_complete_reconstruct()
1721 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct5()
1726 set_bit(R5_Discard, &sh->dev[pd_idx].flags); in ops_run_reconstruct5()
1803 if (!test_bit(R5_Discard, &sh->dev[i].flags)) in ops_run_reconstruct6()
1808 set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags); in ops_run_reconstruct6()
1809 set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags); in ops_run_reconstruct6()
3465 test_bit(R5_Discard, &dev->flags) || in handle_stripe_clean_event()
3470 if (test_and_clear_bit(R5_Discard, &dev->flags)) in handle_stripe_clean_event()
[all …]