Home
last modified time | relevance | path

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

/openbmc/linux/fs/iomap/
H A Ddirect-io.c242 bio = iomap_dio_alloc_bio(iter, dio, 1, REQ_OP_WRITE | REQ_SYNC | REQ_IDLE); in iomap_dio_zero()
261 blk_opf_t opflags = REQ_SYNC | REQ_IDLE; in iomap_dio_bio_opflags()
/openbmc/linux/block/
H A Dblk-wbt.c605 if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) == in wbt_should_throttle()
606 (REQ_SYNC | REQ_IDLE)) in wbt_should_throttle()
H A Dfops.c29 blk_opf_t opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in dio_bio_write_op()
/openbmc/linux/include/linux/
H A Dblk_types.h445 #define REQ_IDLE (__force blk_opf_t)(1ULL << __REQ_IDLE) macro
H A Djbd2.h1385 #define JBD2_JOURNAL_REQ_FLAGS (REQ_META | REQ_SYNC | REQ_IDLE)
/openbmc/linux/drivers/nvme/target/
H A Dio-cmd-bdev.c262 opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_rw()
H A Dzns.c541 const blk_opf_t opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
/openbmc/linux/fs/
H A Ddirect-io.c1186 dio->opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in __blockdev_direct_IO()
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c747 opf = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in iblock_execute_rw()
/openbmc/linux/drivers/block/xen-blkback/
H A Dblkback.c1325 operation_flags = REQ_SYNC | REQ_IDLE; in dispatch_rw_block_io()
/openbmc/linux/fs/xfs/
H A Dxfs_log.c1908 REQ_OP_WRITE | REQ_META | REQ_SYNC | REQ_IDLE); in xlog_write_iclog()
/openbmc/linux/drivers/md/
H A Dmd.c959 REQ_OP_WRITE | REQ_SYNC | REQ_IDLE | REQ_META in md_super_write()