Searched refs:REQ_OP_SCSI_IN (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | blk_types.h | 365 REQ_OP_SCSI_IN = 32, 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/fs/nfsd/ |
D | blocklayout.c | 239 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in nfsd4_scsi_identify_device()
|
/kernel/linux/linux-5.10/block/ |
D | bsg-lib.c | 48 job->bidi_rq = blk_get_request(rq->q, REQ_OP_SCSI_IN, 0); in bsg_transport_fill_hdr()
|
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()
|
D | bsg.c | 155 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_sg_io()
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-cd.c | 701 case REQ_OP_SCSI_IN: in cdrom_newpc_intr() 746 case REQ_OP_SCSI_IN: in cdrom_newpc_intr() 894 case REQ_OP_SCSI_IN: in ide_cd_do_request()
|
D | ide-floppy.c | 270 case REQ_OP_SCSI_IN: in ide_floppy_do_request()
|
D | ide-atapi.c | 333 case REQ_OP_SCSI_IN: 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_error.c | 1985 req = blk_get_request(sdev->request_queue, REQ_OP_SCSI_IN, 0); in scsi_eh_lock_door()
|
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()
|
/kernel/linux/linux-5.10/drivers/cdrom/ |
D | cdrom.c | 2189 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in cdrom_read_cdda_bpc()
|