Searched refs:bio_add_pc_page (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/block/ |
D | blk-map.c | 193 if (bio_add_pc_page(rq->q, bio, page, bytes, offset) < bytes) { in bio_copy_user_iov() 416 if (bio_add_pc_page(q, bio, page, bytes, in bio_map_kern() 498 if (bio_add_pc_page(q, bio, page, bytes, 0) < bytes) in bio_copy_kern()
|
D | bio.c | 846 int bio_add_pc_page(struct request_queue *q, struct bio *bio, in bio_add_pc_page() function 853 EXPORT_SYMBOL(bio_add_pc_page);
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
D | passthru.c | 208 if (bio_add_pc_page(rq->q, bio, sg_page(sg), sg->length, in nvmet_passthru_map_sg()
|
/kernel/linux/linux-5.10/include/linux/ |
D | bio.h | 439 extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
|
/kernel/linux/linux-5.10/drivers/lightnvm/ |
D | pblk-rb.c | 599 if (bio_add_pc_page(q, bio, page, rb->seg_size, 0) != in pblk_rb_read_to_bio()
|
D | pblk-core.c | 349 ret = bio_add_pc_page(q, bio, page, PBLK_EXPOSED_PAGE_SIZE, 0); in pblk_bio_add_pages()
|
/kernel/linux/linux-5.10/drivers/target/ |
D | target_core_pscsi.c | 906 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()
|