Home
last modified time | relevance | path

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

/openbmc/linux/fs/iomap/
H A Ddirect-io.c319 (bdev_fua(iomap->bdev) || !bdev_write_cache(iomap->bdev))) in iomap_dio_bio_iter()
/openbmc/linux/drivers/block/rnbd/
H A Drnbd-srv.c555 if (bdev_fua(bdev)) in rnbd_srv_fill_msg_open_rsp()
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c753 if (bdev_fua(ib_dev->ibd_bd)) { in iblock_execute_rw()
/openbmc/linux/include/linux/
H A Dblkdev.h1265 static inline bool bdev_fua(struct block_device *bdev) in bdev_fua() function