Searched refs:R5_OVERWRITE (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/md/ |
| H A D | raid5.h | 304 R5_OVERWRITE, /* towrite covers whole page */ enumerator
|
| H A D | raid5.c | 1967 clear_bit(R5_OVERWRITE, &dev->flags); in ops_run_biodrain() 3318 if (!test_bit(R5_OVERWRITE, &dev->flags) && in delay_towrite() 3539 if (!test_and_set_bit(R5_OVERWRITE, &sh->dev[dd_idx].flags)) in __add_stripe_bio() 3774 (dev->towrite && !test_bit(R5_OVERWRITE, &dev->flags))) in need_this_block() 3815 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block() 3850 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block() 4142 if (!test_bit(R5_OVERWRITE, &dev->flags) && in handle_stripe_dirtying() 4219 if (!test_bit(R5_OVERWRITE, &dev->flags) && in handle_stripe_dirtying() 4658 if (!test_bit(R5_OVERWRITE, &dev->flags)) in analyse_stripe() 5736 set_bit(R5_OVERWRITE, &sh->dev[d].flags); in make_discard_request()
|
| H A D | raid5-cache.c | 2675 if (dev->towrite && !test_bit(R5_OVERWRITE, &dev->flags) && in r5c_try_caching_write()
|