Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dblk-map.c192 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()
Dbio.c1017 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/
Dpassthru.c280 if (bio_add_pc_page(rq->q, bio, sg_page(sg), sg->length, in nvmet_passthru_map_sg()
/Linux-v6.6/include/linux/
Dbio.h477 extern int bio_add_pc_page(struct request_queue *, struct bio *, struct page *,
/Linux-v6.6/drivers/target/
Dtarget_core_pscsi.c878 rc = bio_add_pc_page(pdv->pdv_sd->request_queue, in pscsi_map_sg()