Searched refs:bio_add_pc_page (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/block/ |
| D | blk-map.c | 192 if (bio_add_pc_page(rq->q, bio, page, bytes, offset) < bytes) { in bio_copy_user_iov() 418 if (bio_add_pc_page(q, bio, page, bytes, in bio_map_kern() 503 if (bio_add_pc_page(q, bio, page, bytes, 0) < bytes) in bio_copy_kern()
|
| D | bio.c | 1017 int bio_add_pc_page(struct request_queue *q, struct bio *bio, in bio_add_pc_page() function 1024 EXPORT_SYMBOL(bio_add_pc_page);
|
| /Linux-v6.6/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-v6.6/include/linux/ |
| D | bio.h | 477 extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
|
| /Linux-v6.6/drivers/target/ |
| D | target_core_pscsi.c | 878 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
|