Searched refs:memcpy_to_bvec (Results 1 – 7 of 7) sorted by relevance
255 static inline void memcpy_to_bvec(struct bio_vec *bvec, const char *from) in memcpy_to_bvec() function
95 memcpy_to_bvec(&tovec, page_address(fromvec.bv_page) + in copy_to_high_bio_irq()
91 memcpy_to_bvec(&bvec, dev->bounce_buf + offset); in ps3disk_scatter_gather()
2489 memcpy_to_bvec(&bv, dma_buffer); in copy_buffer()
270 memcpy_to_bvec(&bv, buf); in aha1542_free_cmd()
299 memcpy_to_bvec(&biovec, data_ptr); in copy_to_bio()
1482 memcpy_to_bvec(bvec, page_address(page) + offset); in zram_bvec_read_partial()
Completed in 31 milliseconds