Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/
H A Dblk-core.c485 bool nowait = bio->bi_opf & REQ_NOWAIT; in bio_queue_enter()
638 WARN_ON_ONCE(op & REQ_NOWAIT); in blk_get_request()
822 bio->bi_opf |= REQ_NOWAIT; in submit_bio_checks()
828 if ((bio->bi_opf & REQ_NOWAIT) && !blk_queue_nowait(q)) in submit_bio_checks()
H A Dblk-mq.c361 if (data->cmd_flags & REQ_NOWAIT) in __blk_mq_alloc_request()
2237 if (bio->bi_opf & REQ_NOWAIT) in blk_mq_submit_bio()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h436 #define REQ_NOWAIT (1ULL << __REQ_NOWAIT) macro
H A Dbio.h819 bio->bi_opf |= REQ_NOWAIT; in bio_set_polled()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-user.c447 if (opf & REQ_NOWAIT) { in bio_flags_to_user_flags()
448 opf &= ~REQ_NOWAIT; in bio_flags_to_user_flags()
H A Ddm.c1705 if (bio->bi_opf & REQ_NOWAIT) in dm_submit_bio()
/OK3568_Linux_fs/kernel/fs/
H A Ddirect-io.c511 if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT)) in dio_bio_complete()
1224 dio->op_flags |= REQ_NOWAIT; in do_blockdev_direct_IO()
H A Dblock_dev.c284 bio.bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO_simple()
439 bio->bi_opf |= REQ_NOWAIT; in __blkdev_direct_IO()