Searched refs:bio_copy_data (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | bio.h | 429 extern void bio_copy_data(struct bio *dst, struct bio *src);
|
| /linux-6.15/Documentation/block/ |
| H A D | biovecs.rst | 52 exactly one bvec at a time - for example, bio_copy_data() in block/bio.c,
|
| /linux-6.15/block/ |
| H A D | bio.c | 1363 void bio_copy_data(struct bio *dst, struct bio *src) in bio_copy_data() function 1370 EXPORT_SYMBOL(bio_copy_data);
|
| /linux-6.15/fs/bcachefs/ |
| H A D | io_write.c | 992 bio_copy_data(dst, src); in bch2_write_extent() 1054 bio_copy_data(dst, src); in bch2_write_extent()
|
| /linux-6.15/drivers/md/bcache/ |
| H A D | request.c | 854 bio_copy_data(s->cache_miss, s->iop.bio); in CLOSURE_CALLBACK()
|
| /linux-6.15/drivers/md/ |
| H A D | raid1.c | 1254 bio_copy_data(behind_bio, bio); in alloc_behind_master_bio() 2333 bio_copy_data(sbio, pbio); in process_checks()
|
| H A D | dm-crypt.c | 2119 bio_copy_data(clone, io->base_bio); in kcryptd_crypt_write_convert() 2159 bio_copy_data(io->base_bio, io->ctx.bio_in); in kcryptd_crypt_read_done()
|
| H A D | raid10.c | 2425 bio_copy_data(tbio, fbio); in sync_request_write() 2448 bio_copy_data(tbio, fbio); in sync_request_write()
|