Home
last modified time | relevance | path

Searched refs:bio_add_pc_page (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.15/block/
Dblk-map.c190 if (bio_add_pc_page(rq->q, bio, page, bytes, offset) < bytes) { in bio_copy_user_iov()
374 if (bio_add_pc_page(q, bio, page, bytes, in bio_map_kern()
456 if (bio_add_pc_page(q, bio, page, bytes, 0) < bytes) in bio_copy_kern()
Dbio.c883 int bio_add_pc_page(struct request_queue *q, struct bio *bio, in bio_add_pc_page() function
890 EXPORT_SYMBOL(bio_add_pc_page);
/Linux-v5.15/drivers/nvme/target/
Dpassthru.c217 if (bio_add_pc_page(rq->q, bio, sg_page(sg), sg->length, in nvmet_passthru_map_sg()
/Linux-v5.15/include/linux/
Dbio.h468 extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
/Linux-v5.15/drivers/target/
Dtarget_core_pscsi.c903 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
/Linux-v5.15/drivers/scsi/ufs/
Dufshpb.c699 ret = bio_add_pc_page(q, map_req->bio, map_req->rb.mctx->m_page[i], in ufshpb_execute_map_req()