Home
last modified time | relevance | path

Searched refs:bio_clone_fast (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/lightnvm/
H A Dpblk-read.c296 int_bio = bio_clone_fast(bio, GFP_KERNEL, &pblk_bio_set); in pblk_submit_read()
340 int_bio = bio_clone_fast(bio, GFP_KERNEL, &pblk_bio_set); in pblk_submit_read()
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_req.h262 bio = bio_clone_fast(bio_src, GFP_NOIO, &drbd_io_bio_set); in drbd_req_make_private_bio()
/OK3568_Linux_fs/kernel/block/
H A Dbio.c707 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast() function
730 EXPORT_SYMBOL(bio_clone_fast);
1489 split = bio_clone_fast(bio, gfp, bs); in bio_split()
H A Dblk-core.c1617 bio = bio_clone_fast(bio_src, gfp_mask, bs); in blk_rq_prep_clone()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-faulty.c208 struct bio *b = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in faulty_make_request()
H A Draid1.c1293 read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set); in raid1_read_request()
1491 mbio = bio_clone_fast(r1_bio->behind_master_bio, in raid1_write_request()
1494 mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in raid1_write_request()
2363 wbio = bio_clone_fast(r1_bio->behind_master_bio, in narrow_write_error()
2367 wbio = bio_clone_fast(r1_bio->master_bio, GFP_NOIO, in narrow_write_error()
H A Ddm-zoned-target.c128 clone = bio_clone_fast(bio, GFP_NOIO, &dmz->bio_set); in dmz_submit_bio()
H A Draid10.c1188 read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set); in raid10_read_request()
1236 mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in raid10_write_one_disk()
2541 wbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in narrow_write_error()
H A Ddm-cache-target.c899 struct bio *origin_bio = bio_clone_fast(bio, GFP_NOIO, &cache->bs); in remap_to_origin_and_cache()
H A Ddm-crypt.c1845 clone = bio_clone_fast(io->base_bio, gfp, &cc->bs); in kcryptd_io_read()
H A Draid5.c5406 align_bi = bio_clone_fast(raid_bio, GFP_NOIO, &mddev->bio_set); in raid5_read_one_chunk()
/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h401 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *);
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Drequest.c1045 s->iop.bio = bio_clone_fast(bio, GFP_NOIO, &dc->disk.bio_split); in cached_dev_write()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dextent_io.c2978 new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone()
3001 bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone_partial()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dpktcdvd.c2274 struct bio *cloned_bio = bio_clone_fast(bio, GFP_NOIO, &pkt_bio_set); in pkt_make_request_read()
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dbiodoc.rst666 The bio_clone_fast() routine may be used to duplicate a bio, where the clone