Searched refs:bio_add_pc_page (Results 1 – 5 of 5) sorted by relevance
/linux-6.12.1/block/ |
D | blk-map.c | 192 if (bio_add_pc_page(rq->q, bio, page, bytes, offset) < bytes) { in bio_copy_user_iov() 425 if (bio_add_pc_page(q, bio, page, bytes, in bio_map_kern() 510 if (bio_add_pc_page(q, bio, page, bytes, 0) < bytes) in bio_copy_kern()
|
D | bio.c | 1058 int bio_add_pc_page(struct request_queue *q, struct bio *bio, in bio_add_pc_page() function 1065 EXPORT_SYMBOL(bio_add_pc_page);
|
/linux-6.12.1/drivers/nvme/target/ |
D | passthru.c | 280 if (bio_add_pc_page(rq->q, bio, sg_page(sg), sg->length, in nvmet_passthru_map_sg()
|
/linux-6.12.1/include/linux/ |
D | bio.h | 419 extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
|
/linux-6.12.1/drivers/target/ |
D | target_core_pscsi.c | 878 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
|