Searched refs:bio_copy_data (Results 1 – 7 of 7) sorted by relevance
/linux/block/ |
H A D | bio.c | 1360 void bio_copy_data(struct bio *dst, struct bio *src) in bio_copy_data() function 1367 EXPORT_SYMBOL(bio_copy_data);
|
/linux/Documentation/block/ |
H A D | biovecs.rst | 52 exactly one bvec at a time - for example, bio_copy_data() in block/bio.c,
|
/linux/include/linux/ |
H A D | bio.h | 428 extern void bio_copy_data(struct bio *dst, struct bio *src);
|
/linux/fs/bcachefs/ |
H A D | io_write.c | 947 bio_copy_data(dst, src); in bch2_write_extent() 999 bio_copy_data(dst, src); in bch2_write_extent()
|
/linux/drivers/md/ |
H A D | raid1.c | 1252 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio() 2341 bio_copy_data(sbio, pbio); in process_checks()
|
H A D | dm-crypt.c | 2140 bio_copy_data(clone, io->base_bio); in kcryptd_crypt_write_convert() 2180 bio_copy_data(io->base_bio, io->ctx.bio_in); in kcryptd_crypt_write_convert()
|
H A D | raid10.c | 2432 bio_copy_data(tbio, fbio); in sync_request_write() 2455 bio_copy_data(tbio, fbio); in sync_request_write()
|