Home
last modified time | relevance | path

Searched refs:memcpy_from_bvec (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/include/linux/
Dbvec.h205 static inline void memcpy_from_bvec(char *to, struct bio_vec *bvec) in memcpy_from_bvec() function
/Linux-v5.15/block/
Dbounce.c252 memcpy_from_bvec(page_address(bounce_page), to); in __blk_queue_bounce()
Dblk-map.c403 memcpy_from_bvec(p, bvec); in bio_copy_kern_endio_read()
/Linux-v5.15/drivers/block/
Dps3disk.c89 memcpy_from_bvec(dev->bounce_buf + offset, &bvec); in ps3disk_scatter_gather()