REQ_NOWAIT        582 block/blk-core.c 	WARN_ON_ONCE(op & REQ_NOWAIT);
REQ_NOWAIT        892 block/blk-core.c 	if ((bio->bi_opf & REQ_NOWAIT) && !queue_is_mq(q))
REQ_NOWAIT       1055 block/blk-core.c 		blk_mq_req_flags_t flags = bio->bi_opf & REQ_NOWAIT ?
REQ_NOWAIT       1084 block/blk-core.c 					(bio->bi_opf & REQ_NOWAIT)))
REQ_NOWAIT       1111 block/blk-core.c 	bool nowait = bio->bi_opf & REQ_NOWAIT;
REQ_NOWAIT        380 block/blk-mq.c 	if (data->cmd_flags & REQ_NOWAIT)
REQ_NOWAIT       1983 block/blk-mq.c 		if (bio->bi_opf & REQ_NOWAIT)
REQ_NOWAIT        544 fs/direct-io.c 		if (err == BLK_STS_AGAIN && (bio->bi_opf & REQ_NOWAIT))
REQ_NOWAIT       1257 fs/direct-io.c 			dio->op_flags |= REQ_NOWAIT;
REQ_NOWAIT        834 include/linux/bio.h 		bio->bi_opf |= REQ_NOWAIT;