Searched refs:bio_add_pc_page (Results 1 – 9 of 9) sorted by relevance
/linux/block/ |
A D | blk-map.c | 190 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()
|
A D | bio.c | 940 int bio_add_pc_page(struct request_queue *q, struct bio *bio, in bio_add_pc_page() function 947 EXPORT_SYMBOL(bio_add_pc_page);
|
/linux/drivers/nvme/target/ |
A D | passthru.c | 217 if (bio_add_pc_page(rq->q, bio, sg_page(sg), sg->length, in nvmet_passthru_map_sg()
|
/linux/include/linux/ |
A D | bio.h | 413 extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
|
/linux/drivers/target/ |
A D | target_core_pscsi.c | 903 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
|
/linux/drivers/scsi/ufs/ |
A D | ufshpb.c | 697 ret = bio_add_pc_page(q, map_req->bio, map_req->rb.mctx->m_page[i], in ufshpb_execute_map_req()
|
/linux/ |
A D | vmlinux.symvers | 3632 0x00000000 bio_add_pc_page vmlinux EXPORT_SYMBOL
|
A D | System.map | 15536 ffff80001045e4a0 T bio_add_pc_page
|
A D | .tmp_System.map | 15536 ffff80001045e4a0 T bio_add_pc_page
|
Completed in 296 milliseconds