Searched refs:REQ_OP_SCSI_OUT (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/block/ |
D | scsi_ioctl.c | 314 rq = blk_get_request(q, writing ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_io() 440 rq = blk_get_request(q, in_len ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_scsi_ioctl() 528 rq = blk_get_request(q, REQ_OP_SCSI_OUT, 0); in __blk_send_generic()
|
D | bsg.c | 155 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_sg_io()
|
/kernel/linux/linux-5.10/include/linux/ |
D | blk_types.h | 366 REQ_OP_SCSI_OUT = 33, enumerator
|
D | blkdev.h | 257 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; in blk_op_is_scsi()
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-cd.c | 702 case REQ_OP_SCSI_OUT: in cdrom_newpc_intr() 747 case REQ_OP_SCSI_OUT: in cdrom_newpc_intr() 895 case REQ_OP_SCSI_OUT: in ide_cd_do_request()
|
D | ide-floppy.c | 271 case REQ_OP_SCSI_OUT: in ide_floppy_do_request()
|
D | ide-atapi.c | 334 case REQ_OP_SCSI_OUT: in ide_cd_get_xferlen()
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_pscsi.c | 988 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pscsi_execute_cmd()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_lib.c | 252 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in __scsi_execute()
|
D | sg.c | 1755 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_start_req()
|
D | st.c | 552 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in st_scsi_execute()
|
/kernel/linux/linux-5.10/drivers/block/ |
D | pktcdvd.c | 707 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pkt_generic_packet()
|