Searched refs:REQ_IDLE (Results 1 – 10 of 10) sorted by relevance
182 int flags = REQ_SYNC | REQ_IDLE; in iomap_dio_zero()205 unsigned int opflags = REQ_SYNC | REQ_IDLE; in iomap_dio_bio_opflags()
532 if ((bio->bi_opf & (REQ_SYNC | REQ_IDLE)) == in wbt_should_throttle()533 (REQ_SYNC | REQ_IDLE)) in wbt_should_throttle()
37 unsigned int op = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in dio_bio_write_op()
424 #define REQ_IDLE (1ULL << __REQ_IDLE) macro
254 op = REQ_OP_WRITE | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_rw()
559 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in nvmet_bdev_execute_zone_append()
1207 dio->op_flags = REQ_SYNC | REQ_IDLE; in do_blockdev_direct_IO()
1220 operation_flags = REQ_SYNC | REQ_IDLE; in dispatch_rw_block_io()
700 bio->bi_opf = REQ_OP_ZONE_APPEND | REQ_SYNC | REQ_IDLE; in zonefs_file_dio_append()
1898 iclog->ic_bio.bi_opf = REQ_OP_WRITE | REQ_META | REQ_SYNC | REQ_IDLE; in xlog_write_iclog()
Completed in 34 milliseconds