drivers/md/raid5.c
1185
if (test_bit(R5_Discard, &sh->dev[i].flags))
drivers/md/raid5.c
1968
set_bit(R5_Discard, &dev->flags);
drivers/md/raid5.c
2013
discard |= test_bit(R5_Discard, &sh->dev[i].flags);
drivers/md/raid5.c
2068
if (!test_bit(R5_Discard, &sh->dev[i].flags))
drivers/md/raid5.c
2073
set_bit(R5_Discard, &sh->dev[pd_idx].flags);
drivers/md/raid5.c
2161
if (!test_bit(R5_Discard, &sh->dev[i].flags))
drivers/md/raid5.c
2166
set_bit(R5_Discard, &sh->dev[sh->pd_idx].flags);
drivers/md/raid5.c
2167
set_bit(R5_Discard, &sh->dev[sh->qd_idx].flags);
drivers/md/raid5.c
4018
test_bit(R5_Discard, &dev->flags) ||
drivers/md/raid5.c
4023
if (test_and_clear_bit(R5_Discard, &dev->flags))
drivers/md/raid5.c
4053
} else if (test_bit(R5_Discard, &dev->flags))
drivers/md/raid5.c
4060
test_bit(R5_Discard, &sh->dev[sh->pd_idx].flags)) {
drivers/md/raid5.c
4062
clear_bit(R5_Discard, &sh->dev[sh->pd_idx].flags);
drivers/md/raid5.c
4065
clear_bit(R5_Discard, &sh->dev[sh->qd_idx].flags);
drivers/md/raid5.c
5044
!test_bit(R5_Discard, &sh->dev[sh->pd_idx].flags));
drivers/md/raid5.c
5047
!test_bit(R5_Discard, &sh->dev[sh->qd_idx].flags));
drivers/md/raid5.c
5086
test_bit(R5_Discard, &pdev->flags))))) &&
drivers/md/raid5.c
5090
test_bit(R5_Discard, &qdev->flags))))))