Home
last modified time | relevance | path

Searched refs:R5_OVERWRITE (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/md/
H A Draid5.h304 R5_OVERWRITE, /* towrite covers whole page */ enumerator
H A Draid5.c1981 clear_bit(R5_OVERWRITE, &dev->flags); in ops_run_biodrain()
3360 if (!test_bit(R5_OVERWRITE, &dev->flags) && in delay_towrite()
3581 if (!test_and_set_bit(R5_OVERWRITE, &sh->dev[dd_idx].flags)) in __add_stripe_bio()
3820 (dev->towrite && !test_bit(R5_OVERWRITE, &dev->flags))) in need_this_block()
3861 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block()
3896 !test_bit(R5_OVERWRITE, &fdev[i]->flags)) in need_this_block()
4188 if (!test_bit(R5_OVERWRITE, &dev->flags) && in handle_stripe_dirtying()
4266 if (!test_bit(R5_OVERWRITE, &dev->flags) && in handle_stripe_dirtying()
4707 if (!test_bit(R5_OVERWRITE, &dev->flags)) in analyse_stripe()
5802 set_bit(R5_OVERWRITE, &sh->dev[d].flags); in make_discard_request()
H A Draid5-cache.c2685 if (dev->towrite && !test_bit(R5_OVERWRITE, &dev->flags) && in r5c_try_caching_write()