Searched refs:R5_OVERWRITE (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5.h | 303 R5_OVERWRITE, /* towrite covers whole page */ enumerator
|
| H A D | raid5.c | 1907 clear_bit(R5_OVERWRITE, &dev->flags); in ops_run_biodrain() 3277 if (!test_bit(R5_OVERWRITE, &dev->flags) && in delay_towrite() 3485 if (!test_and_set_bit(R5_OVERWRITE, &sh->dev[dd_idx].flags)) in add_stripe_bio() 3744 (dev->towrite && !test_bit(R5_OVERWRITE, &dev->flags))) in need_this_block() 3785 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block() 3820 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block() 4115 if (!test_bit(R5_OVERWRITE, &dev->flags) && in handle_stripe_dirtying() 4193 if (!test_bit(R5_OVERWRITE, &dev->flags) && in handle_stripe_dirtying() 4635 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 | 2689 if (dev->towrite && !test_bit(R5_OVERWRITE, &dev->flags) && in r5c_try_caching_write()
|