Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Draid5.h323 R5_WantFUA, /* Write should be FUA */ enumerator
H A Draid5.c1163 if (test_and_clear_bit(R5_WantFUA, &sh->dev[i].flags)) in ops_run_io()
1967 set_bit(R5_WantFUA, &dev->flags); in ops_run_biodrain()
2014 fua |= test_bit(R5_WantFUA, &sh->dev[i].flags); in ops_complete_reconstruct()
2029 set_bit(R5_WantFUA, &dev->flags); in ops_complete_reconstruct()
H A Draid5-cache.c929 if (test_bit(R5_WantFUA, &sh->dev[i].flags) && in r5l_log_stripe()