drivers/md/raid5.c
1170
if (test_bit(R5_Discard, &sh->dev[i].flags))
drivers/md/raid5.c
1953
set_bit(R5_Discard, &dev->flags);
drivers/md/raid5.c
1998
discard |= test_bit(R5_Discard, &sh->dev[i].flags);
drivers/md/raid5.c
2053
if (!test_bit(R5_Discard, &sh->dev[i].flags))
drivers/md/raid5.c
2058
set_bit(R5_Discard, &sh->dev[pd_idx].flags);
drivers/md/raid5.c
2146
if (!test_bit(R5_Discard, &sh->dev[i].flags))
drivers/md/raid5.c
2151
set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags);
drivers/md/raid5.c
2152
set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags);
drivers/md/raid5.c
4001
test_bit(R5_Discard, &dev->flags) ||
drivers/md/raid5.c
4006
if (test_and_clear_bit(R5_Discard, &dev->flags))
drivers/md/raid5.c
4036
} else if (test_bit(R5_Discard, &dev->flags))
drivers/md/raid5.c
4043
test_bit(R5_Discard, &sh->dev[sh->pd_idx].flags)) {
drivers/md/raid5.c
4045
clear_bit(R5_Discard, &sh->dev[sh->pd_idx].flags);
drivers/md/raid5.c
4048
clear_bit(R5_Discard, &sh->dev[sh->qd_idx].flags);
drivers/md/raid5.c
5022
!test_bit(R5_Discard, &sh->dev[sh->pd_idx].flags));
drivers/md/raid5.c
5025
!test_bit(R5_Discard, &sh->dev[sh->qd_idx].flags));
drivers/md/raid5.c
5064
test_bit(R5_Discard, &pdev->flags))))) &&
drivers/md/raid5.c
5068
test_bit(R5_Discard, &qdev->flags))))))