Home
last modified time | relevance | path

Searched refs:blk_rq_map_kern (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_xiaomi15 blk_rq_map_kern
H A Dabi_gki_aarch64_hikey960940 blk_rq_map_kern
H A Dabi_gki_aarch64_virtual_device1308 blk_rq_map_kern
H A Dabi_gki_aarch64_vivo78 blk_rq_map_kern
H A Dabi_gki_aarch64_rockchip1991 blk_rq_map_kern
H A Dabi_gki_aarch64_oplus110 blk_rq_map_kern
H A Dabi_gki_aarch64_galaxy743 blk_rq_map_kern
/OK3568_Linux_fs/kernel/block/
H A Dblk-map.c684 int blk_rq_map_kern(struct request_queue *q, struct request *rq, void *kbuf, in blk_rq_map_kern() function
718 EXPORT_SYMBOL(blk_rq_map_kern);
H A Dscsi_ioctl.c491 if (bytes && blk_rq_map_kern(q, rq, buffer, bytes, GFP_NOIO)) { in sg_scsi_ioctl()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-atapi.c101 error = blk_rq_map_kern(drive->queue, rq, buf, bufflen, in ide_queue_pc_tail()
212 err = blk_rq_map_kern(drive->queue, sense_rq, sense, sense_len, in ide_prep_sense()
H A Dide-taskfile.c437 error = blk_rq_map_kern(drive->queue, rq, buf, in ide_raw_taskfile()
H A Dide-cd.c462 error = blk_rq_map_kern(drive->queue, rq, buffer, in ide_cd_queue_pc()
H A Dide-tape.c865 ret = blk_rq_map_kern(drive->queue, rq, tape->buf, size, in idetape_queue_rw_tail()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dblocklayout.c246 error = blk_rq_map_kern(q, rq, buf, bufflen, GFP_KERNEL); in nfsd4_scsi_identify_device()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dvirtio_blk.c321 err = blk_rq_map_kern(q, req, id_str, VIRTIO_BLK_ID_BYTES, GFP_KERNEL); in virtblk_get_id()
H A Dpktcdvd.c712 ret = blk_rq_map_kern(q, rq, cgc->buffer, cgc->buflen, in pkt_generic_packet()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h955 extern int blk_rq_map_kern(struct request_queue *, struct request *, void *, unsigned int, gfp_t);
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dlightnvm.c690 ret = blk_rq_map_kern(q, rq, buf, geo->csecs * rqd->nr_ppas, in nvme_nvm_submit_io()
H A Dcore.c956 ret = blk_rq_map_kern(q, req, buffer, bufflen, GFP_KERNEL); in __nvme_submit_sync_cmd()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_lib.c258 if (bufflen && blk_rq_map_kern(sdev->request_queue, req, in __scsi_execute()