bio_clone_fast    680 block/bio.c    EXPORT_SYMBOL(bio_clone_fast);
bio_clone_fast   1898 block/bio.c    	split = bio_clone_fast(bio, gfp, bs);
bio_clone_fast   1627 block/blk-core.c 		bio = bio_clone_fast(bio_src, gfp_mask, bs);
bio_clone_fast    262 drivers/block/drbd/drbd_req.h 	bio = bio_clone_fast(bio_src, GFP_NOIO, &drbd_io_bio_set);
bio_clone_fast   2335 drivers/block/pktcdvd.c 	struct bio *cloned_bio = bio_clone_fast(bio, GFP_NOIO, &pkt_bio_set);
bio_clone_fast    299 drivers/lightnvm/pblk-read.c 	int_bio = bio_clone_fast(bio, GFP_KERNEL, &pblk_bio_set);
bio_clone_fast    343 drivers/lightnvm/pblk-read.c 		int_bio = bio_clone_fast(bio, GFP_KERNEL, &pblk_bio_set);
bio_clone_fast   1056 drivers/md/bcache/request.c 		s->iop.bio = bio_clone_fast(bio, GFP_NOIO, &dc->disk.bio_split);
bio_clone_fast    925 drivers/md/dm-cache-target.c 	struct bio *origin_bio = bio_clone_fast(bio, GFP_NOIO, &cache->bs);
bio_clone_fast   1465 drivers/md/dm-crypt.c 	clone = bio_clone_fast(io->base_bio, gfp, &cc->bs);
bio_clone_fast    124 drivers/md/dm-zoned-target.c 	clone = bio_clone_fast(bio, GFP_NOIO, &dmz->bio_set);
bio_clone_fast    208 drivers/md/md-faulty.c 		struct bio *b = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set);
bio_clone_fast   1305 drivers/md/raid1.c 	read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set);
bio_clone_fast   1502 drivers/md/raid1.c 			mbio = bio_clone_fast(r1_bio->behind_master_bio,
bio_clone_fast   1505 drivers/md/raid1.c 			mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set);
bio_clone_fast   2380 drivers/md/raid1.c 			wbio = bio_clone_fast(r1_bio->behind_master_bio,
bio_clone_fast   2384 drivers/md/raid1.c 			wbio = bio_clone_fast(r1_bio->master_bio, GFP_NOIO,
bio_clone_fast   1205 drivers/md/raid10.c 	read_bio = bio_clone_fast(bio, gfp, &mddev->bio_set);
bio_clone_fast   1253 drivers/md/raid10.c 	mbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set);
bio_clone_fast   2554 drivers/md/raid10.c 		wbio = bio_clone_fast(bio, GFP_NOIO, &mddev->bio_set);
bio_clone_fast   5219 drivers/md/raid5.c 	align_bi = bio_clone_fast(raid_bio, GFP_NOIO, &mddev->bio_set);
bio_clone_fast   2884 fs/btrfs/extent_io.c 	new = bio_clone_fast(bio, GFP_NOFS, &btrfs_bioset);
bio_clone_fast   2907 fs/btrfs/extent_io.c 	bio = bio_clone_fast(orig, GFP_NOFS, &btrfs_bioset);
bio_clone_fast    394 include/linux/bio.h extern struct bio *bio_clone_fast(struct bio *, gfp_t, struct bio_set *);