Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/kernel/linux/
H A Dblkdev_compat.h67 blk_queue_set_write_cache(struct request_queue *q, bool wc, bool fua) in blk_queue_set_write_cache() argument
74 if (fua) in blk_queue_set_write_cache()
79 blk_queue_write_cache(q, wc, fua); in blk_queue_set_write_cache()
83 if (fua) in blk_queue_set_write_cache()
86 blk_queue_flush(q, (wc ? REQ_FLUSH : 0) | (fua ? REQ_FUA : 0)); in blk_queue_set_write_cache()