Home
last modified time | relevance | path

Searched refs:blk_get_request (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v4.19/drivers/ide/
Dide-park.c35 rq = blk_get_request(q, REQ_OP_DRV_IN, 0); in issue_park_cmd()
50 rq = blk_get_request(q, REQ_OP_DRV_IN, BLK_MQ_REQ_NOWAIT); in issue_park_cmd()
Dide-pm.c22 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in generic_ide_suspend()
93 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, BLK_MQ_REQ_PREEMPT); in generic_ide_resume()
Dide-ioctls.c128 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in ide_cmd_ioctl()
225 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in generic_drive_reset()
Dide-devsets.c169 rq = blk_get_request(q, REQ_OP_DRV_IN, 0); in ide_devset_execute()
Dide-cd_ioctl.c298 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in ide_cdrom_reset()
Dide-disk.c481 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in set_multcount()
Dide-atapi.c95 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in ide_queue_pc_tail()
Dide-taskfile.c425 rq = blk_get_request(drive->queue, in ide_raw_taskfile()
Dide-cd.c443 rq = blk_get_request(drive->queue, in ide_cd_queue_pc()
Dide-tape.c857 rq = blk_get_request(drive->queue, REQ_OP_DRV_IN, 0); in idetape_queue_rw_tail()
/Linux-v4.19/block/
Dscsi_ioctl.c324 rq = blk_get_request(q, writing ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_io()
451 rq = blk_get_request(q, in_len ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, 0); in sg_scsi_ioctl()
539 rq = blk_get_request(q, REQ_OP_SCSI_OUT, 0); in __blk_send_generic()
Dbsg.c157 rq = blk_get_request(q, hdr->dout_xfer_len ? in bsg_map_hdr()
180 next_rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in bsg_map_hdr()
Dblk-core.c1614 struct request *blk_get_request(struct request_queue *q, unsigned int op, in blk_get_request() function
1634 EXPORT_SYMBOL(blk_get_request);
/Linux-v4.19/fs/nfsd/
Dblocklayout.c240 rq = blk_get_request(q, REQ_OP_SCSI_IN, 0); in nfsd4_scsi_identify_device()
/Linux-v4.19/drivers/mmc/core/
Dblock.c247 req = blk_get_request(mq->queue, REQ_OP_DRV_OUT, 0); in power_ro_lock_store()
652 req = blk_get_request(mq->queue, in mmc_blk_ioctl_cmd()
722 req = blk_get_request(mq->queue, in mmc_blk_ioctl_multi_cmd()
2762 req = blk_get_request(mq->queue, REQ_OP_DRV_IN, 0); in mmc_dbg_card_status_get()
2798 req = blk_get_request(mq->queue, REQ_OP_DRV_IN, 0); in mmc_ext_csd_open()
/Linux-v4.19/drivers/block/paride/
Dpd.c745 rq = blk_get_request(disk->gd->queue, REQ_OP_DRV_IN, 0); in pd_special_command()
/Linux-v4.19/drivers/target/
Dtarget_core_pscsi.c1008 req = blk_get_request(pdv->pdv_sd->request_queue, in pscsi_execute_cmd()
/Linux-v4.19/drivers/block/
Dvirtio_blk.c301 req = blk_get_request(q, REQ_OP_DRV_IN, 0); in virtblk_get_id()
Dsx8.c570 rq = blk_get_request(host->oob_q, REQ_OP_DRV_OUT, 0); in carm_get_special()
/Linux-v4.19/drivers/scsi/
Dscsi_error.c1957 req = blk_get_request(sdev->request_queue, REQ_OP_SCSI_IN, 0); in scsi_eh_lock_door()
Dscsi_lib.c268 req = blk_get_request(sdev->request_queue, in __scsi_execute()
Dsg.c1741 rq = blk_get_request(q, hp->dxfer_direction == SG_DXFER_TO_DEV ? in sg_start_req()
/Linux-v4.19/include/linux/
Dblkdev.h963 extern struct request *blk_get_request(struct request_queue *, unsigned int op,
/Linux-v4.19/drivers/md/
Ddm-mpath.c523 clone = blk_get_request(q, rq->cmd_flags | REQ_NOMERGE, in multipath_clone_and_map()
/Linux-v4.19/drivers/scsi/osd/
Dosd_initiator.c1572 req = blk_get_request(q, has_write ? REQ_OP_SCSI_OUT : REQ_OP_SCSI_IN, in _make_request()

12