Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Draid5.h322 R5_WantFUA, /* Write should be FUA */ enumerator
Draid5.c1080 if (test_and_clear_bit(R5_WantFUA, &sh->dev[i].flags)) in ops_run_io()
1892 set_bit(R5_WantFUA, &dev->flags); in ops_run_biodrain()
1939 fua |= test_bit(R5_WantFUA, &sh->dev[i].flags); in ops_complete_reconstruct()
1954 set_bit(R5_WantFUA, &dev->flags); in ops_complete_reconstruct()
Draid5-cache.c931 if (test_bit(R5_WantFUA, &sh->dev[i].flags) && in r5l_log_stripe()