Searched refs:R5_WantFUA (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | raid5.h | 322 R5_WantFUA, /* Write should be FUA */ enumerator
|
H A D | raid5.c | 1081 if (test_and_clear_bit(R5_WantFUA, &sh->dev[i].flags)) in ops_run_io() 1893 set_bit(R5_WantFUA, &dev->flags); in ops_run_biodrain() 1940 fua |= test_bit(R5_WantFUA, &sh->dev[i].flags); in ops_complete_reconstruct() 1955 set_bit(R5_WantFUA, &dev->flags); in ops_complete_reconstruct()
|
H A D | raid5-cache.c | 931 if (test_bit(R5_WantFUA, &sh->dev[i].flags) && in r5l_log_stripe()
|
/kernel/linux/linux-6.6/drivers/md/ |
H A D | raid5.h | 323 R5_WantFUA, /* Write should be FUA */ enumerator
|
H A D | raid5.c | 1165 if (test_and_clear_bit(R5_WantFUA, &sh->dev[i].flags)) in ops_run_io() 1971 set_bit(R5_WantFUA, &dev->flags); in ops_run_biodrain() 2018 fua |= test_bit(R5_WantFUA, &sh->dev[i].flags); in ops_complete_reconstruct() 2033 set_bit(R5_WantFUA, &dev->flags); in ops_complete_reconstruct()
|
H A D | raid5-cache.c | 930 if (test_bit(R5_WantFUA, &sh->dev[i].flags) && in r5l_log_stripe()
|
Completed in 32 milliseconds