Home
last modified time | relevance | path

Searched refs:blk_rq_append_bio (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/block/
H A Dblk-map.c224 ret = blk_rq_append_bio(rq, &bounce_bio); in bio_copy_user_iov()
317 ret = blk_rq_append_bio(rq, &bounce_bio); in bio_map_user_iov()
524 int blk_rq_append_bio(struct request *rq, struct bio **bio) in blk_rq_append_bio() function
555 EXPORT_SYMBOL(blk_rq_append_bio);
709 ret = blk_rq_append_bio(rq, &bio); in blk_rq_map_kern()
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_pscsi.c915 rc = blk_rq_append_bio(req, &bio); in pscsi_map_sg()
934 rc = blk_rq_append_bio(req, &bio); in pscsi_map_sg()
/OK3568_Linux_fs/kernel/drivers/nvme/target/
H A Dpassthru.c215 ret = blk_rq_append_bio(rq, &bio); in nvmet_passthru_map_sg()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_vivo77 blk_rq_append_bio
H A Dabi_gki_aarch64_mtk85 blk_rq_append_bio
H A Dabi_gki_aarch64_oplus109 blk_rq_append_bio
/OK3568_Linux_fs/kernel/drivers/scsi/ufs/
H A Dufshpb.c544 blk_rq_append_bio(req, &bio); in ufshpb_execute_pre_req()
992 blk_rq_append_bio(req, &map_req->bio); in ufshpb_execute_map_req()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h936 extern int blk_rq_append_bio(struct request *rq, struct bio **bio);
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dlightnvm.c663 blk_rq_append_bio(rq, &rqd->bio); in nvme_nvm_alloc_request()