Searched refs:bio_copy_data (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/block/ |
H A D | bio.c | 1429 void bio_copy_data(struct bio *dst, struct bio *src) in bio_copy_data() function 1436 EXPORT_SYMBOL(bio_copy_data);
|
/openbmc/linux/Documentation/block/ |
H A D | biovecs.rst | 52 exactly one bvec at a time - for example, bio_copy_data() in block/bio.c,
|
/openbmc/linux/include/linux/ |
H A D | bio.h | 496 extern void bio_copy_data(struct bio *dst, struct bio *src);
|
/openbmc/linux/drivers/md/bcache/ |
H A D | request.c | 840 bio_copy_data(s->cache_miss, s->iop.bio); in cached_dev_read_done()
|
/openbmc/linux/drivers/md/ |
H A D | raid1.c | 1150 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio() 2199 bio_copy_data(sbio, pbio); in process_checks()
|
H A D | dm-crypt.c | 2118 bio_copy_data(clone, io->base_bio); in kcryptd_crypt_write_convert() 2158 bio_copy_data(io->base_bio, io->ctx.bio_in); in kcryptd_crypt_read_done()
|
H A D | raid10.c | 2469 bio_copy_data(tbio, fbio); in sync_request_write() 2492 bio_copy_data(tbio, fbio); in sync_request_write()
|