REQ_OP_DRV_OUT    511 drivers/block/sx8.c 	rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0);
REQ_OP_DRV_OUT    564 drivers/block/sx8.c 	rq = blk_mq_alloc_request(host->oob_q, REQ_OP_DRV_OUT, 0);
REQ_OP_DRV_OUT    722 drivers/block/sx8.c 	if (req_op(rq) == REQ_OP_DRV_OUT)
REQ_OP_DRV_OUT    338 drivers/ide/ide-atapi.c 	case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    455 drivers/ide/ide-cd.c 			write ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
REQ_OP_DRV_OUT    683 drivers/ide/ide-cd.c 		case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    750 drivers/ide/ide-cd.c 	case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    901 drivers/ide/ide-cd.c 	case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    456 drivers/ide/ide-disk.c 	rq->cmd_flags |= REQ_OP_DRV_OUT;
REQ_OP_DRV_OUT    275 drivers/ide/ide-floppy.c 	case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    428 drivers/ide/ide-taskfile.c 			REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
REQ_OP_DRV_OUT    246 drivers/mmc/core/block.c 	req = blk_get_request(mq->queue, REQ_OP_DRV_OUT, 0);
REQ_OP_DRV_OUT    672 drivers/mmc/core/block.c 		idata->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
REQ_OP_DRV_OUT    742 drivers/mmc/core/block.c 		idata[0]->ic.write_flag ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN, 0);
REQ_OP_DRV_OUT   2197 drivers/mmc/core/block.c 		case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT     50 drivers/mmc/core/queue.c 	case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    482 drivers/nvme/host/core.c 	unsigned op = nvme_is_write(cmd) ? REQ_OP_DRV_OUT : REQ_OP_DRV_IN;
REQ_OP_DRV_OUT    762 drivers/nvme/host/core.c 	case REQ_OP_DRV_OUT:
REQ_OP_DRV_OUT    256 include/linux/blkdev.h 	return op == REQ_OP_DRV_IN || op == REQ_OP_DRV_OUT;