Searched refs:R5_SkipCopy (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 335 R5_SkipCopy, /* Don't copy data from bio to stripe cache */ enumerator
|
H A D | raid5.c | 1196 if (test_bit(R5_SkipCopy, &sh->dev[i].flags)) in ops_run_io() 1260 if (test_bit(R5_SkipCopy, &sh->dev[i].flags)) in ops_run_io() 1905 set_bit(R5_SkipCopy, &dev->flags); in ops_run_biodrain() 1949 if (!discard && !test_bit(R5_SkipCopy, &dev->flags)) { in ops_complete_reconstruct() 3605 if (test_and_clear_bit(R5_SkipCopy, &sh->dev[i].flags)) { in handle_failed_stripe() 3975 test_bit(R5_SkipCopy, &dev->flags))) { in handle_stripe_clean_event() 3981 if (test_and_clear_bit(R5_SkipCopy, &dev->flags)) { in handle_stripe_clean_event()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 336 R5_SkipCopy, /* Don't copy data from bio to stripe cache */ enumerator
|
H A D | raid5.c | 1280 if (test_bit(R5_SkipCopy, &sh->dev[i].flags)) in ops_run_io() 1340 if (test_bit(R5_SkipCopy, &sh->dev[i].flags)) in ops_run_io() 1983 set_bit(R5_SkipCopy, &dev->flags); in ops_run_biodrain() 2027 if (!discard && !test_bit(R5_SkipCopy, &dev->flags)) { in ops_complete_reconstruct() 3717 if (test_and_clear_bit(R5_SkipCopy, &sh->dev[i].flags)) { in handle_failed_stripe() 4087 test_bit(R5_SkipCopy, &dev->flags))) { in handle_stripe_clean_event() 4093 if (test_and_clear_bit(R5_SkipCopy, &dev->flags)) { in handle_stripe_clean_event()
|
Completed in 23 milliseconds