Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/drbd/
Ddrbd_req.h262 bio = bio_clone_fast(bio_src, GFP_NOIO, &drbd_io_bio_set); in drbd_req_make_private_bio()
/Linux-v5.4/drivers/lightnvm/
Dpblk-read.c299 int_bio = bio_clone_fast(bio, GFP_KERNEL, &pblk_bio_set); in pblk_submit_read()
343 int_bio = bio_clone_fast(bio, GFP_KERNEL, &pblk_bio_set); in pblk_submit_read()
/Linux-v5.4/drivers/md/
Dmd-faulty.c208 struct bio *b = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in faulty_make_request()
Draid1.c1305 read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set); in raid1_read_request()
1502 mbio = bio_clone_fast(r1_bio->behind_master_bio, in raid1_write_request()
1505 mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in raid1_write_request()
2381 wbio = bio_clone_fast(r1_bio->behind_master_bio, in narrow_write_error()
2385 wbio = bio_clone_fast(r1_bio->master_bio, GFP_NOIO, in narrow_write_error()
Ddm-zoned-target.c122 clone = bio_clone_fast(bio, GFP_NOIO, &dmz->bio_set); in dmz_submit_bio()
Draid10.c1205 read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set); in raid10_read_request()
1253 mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in raid10_write_one_disk()
2555 wbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set); in narrow_write_error()
Ddm-crypt.c1459 clone = bio_clone_fast(io->base_bio, gfp, &cc->bs); in kcryptd_io_read()
Ddm-cache-target.c925 struct bio *origin_bio = bio_clone_fast(bio, GFP_NOIO, &cache->bs); in remap_to_origin_and_cache()
Draid5.c5219 align_bi = bio_clone_fast(raid_bio, GFP_NOIO, &mddev->bio_set); in raid5_read_one_chunk()
/Linux-v5.4/block/
Dbio.c605 struct bio *bio_clone_fast(struct bio *bio, gfp_t gfp_mask, struct bio_set *bs) in bio_clone_fast() function
628 EXPORT_SYMBOL(bio_clone_fast);
1844 split = bio_clone_fast(bio, gfp, bs); in bio_split()
Dblk-core.c1627 bio = bio_clone_fast(bio_src, gfp_mask, bs); in blk_rq_prep_clone()
/Linux-v5.4/include/linux/
Dbio.h394 extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *);
/Linux-v5.4/drivers/md/bcache/
Drequest.c1049 s->iop.bio = bio_clone_fast(bio, GFP_NOIO, &dc->disk.bio_split); in cached_dev_write()
/Linux-v5.4/fs/btrfs/
Dextent_io.c2880 new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone()
2903 bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset); in btrfs_bio_clone_partial()
/Linux-v5.4/drivers/block/
Dpktcdvd.c2335 struct bio *cloned_bio = bio_clone_fast(bio, GFP_NOIO, &pkt_bio_set); in pkt_make_request_read()
/Linux-v5.4/Documentation/block/
Dbiodoc.rst666 The bio_clone_fast() routine may be used to duplicate a bio, where the clone