Searched refs:REQ_OP_SCSI_IN (Results 1 – 17 of 17) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | blk_types.h | 378 REQ_OP_SCSI_IN = 32, enumerator
|
| H A D | blkdev.h | 261 return op == REQ_OP_SCSI_IN || op == REQ_OP_SCSI_OUT; in blk_op_is_scsi()
|
| /OK3568_Linux_fs/kernel/block/ |
| H A 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()
|
| H A D | bsg-lib.c | 48 job->bidi_rq = blk_get_request(rq->q, REQ_OP_SCSI_IN, 0); in bsg_transport_fill_hdr()
|
| H A D | bsg.c | 156 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in bsg_sg_io()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | blocklayout.c | 239 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in nfsd4_scsi_identify_device()
|
| /OK3568_Linux_fs/kernel/drivers/ide/ |
| H A 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()
|
| H A D | ide-floppy.c | 270 case REQ_OP_SCSI_IN: in ide_floppy_do_request()
|
| H A D | ide-atapi.c | 333 case REQ_OP_SCSI_IN: in ide_cd_get_xferlen()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_pscsi.c | 988 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pscsi_execute_cmd()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_error.c | 1993 req = blk_get_request(sdev->request_queue, REQ_OP_SCSI_IN, 0); in scsi_eh_lock_door()
|
| H A D | scsi_lib.c | 252 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in __scsi_execute()
|
| H A D | sg.c | 1755 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_start_req()
|
| H A D | st.c | 552 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in st_scsi_execute()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufshpb.c | 777 map_req = ufshpb_get_req(hpb, srgn->rgn_idx, REQ_OP_SCSI_IN, false); in ufshpb_get_map_req()
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | pktcdvd.c | 707 REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in pkt_generic_packet()
|
| /OK3568_Linux_fs/kernel/drivers/cdrom/ |
| H A D | cdrom.c | 2189 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in cdrom_read_cdda_bpc()
|