bioset_init      2031 block/bio.c    EXPORT_SYMBOL(bioset_init);
bioset_init      2047 block/bio.c    	return bioset_init(bs, src->bio_pool.min_nr, src->front_pad, flags);
bioset_init      2220 block/bio.c    	if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS))
bioset_init       492 block/blk-core.c 	ret = bioset_init(&q->bio_split, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
bioset_init        42 block/bounce.c 	ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
bioset_init        47 block/bounce.c 	ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0);
bioset_init      2156 drivers/block/drbd/drbd_main.c 	ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0);
bioset_init      2160 drivers/block/drbd/drbd_main.c 	ret = bioset_init(&drbd_md_io_bio_set, DRBD_MIN_POOL_PAGES, 0,
bioset_init      2931 drivers/block/pktcdvd.c 	ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0);
bioset_init      1299 drivers/lightnvm/pblk-init.c 	ret = bioset_init(&pblk_bio_set, BIO_POOL_SIZE, 0, 0);
bioset_init       845 drivers/md/bcache/super.c 	if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio),
bioset_init      1824 drivers/md/bcache/super.c 	    bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio),
bioset_init      2490 drivers/md/dm-cache-target.c 		r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0);
bioset_init      2660 drivers/md/dm-crypt.c 	ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS);
bioset_init        62 drivers/md/dm-io.c 	ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS);
bioset_init      1961 drivers/md/dm-writecache.c 		r = bioset_init(&wc->bio_set, BIO_POOL_SIZE,
bioset_init       805 drivers/md/dm-zoned-target.c 	ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0);
bioset_init      3006 drivers/md/dm.c 		ret = bioset_init(&pools->io_bs, pool_size, io_front_pad, 0);
bioset_init      3021 drivers/md/dm.c 	ret = bioset_init(&pools->bs, pool_size, front_pad, 0);
bioset_init      5671 drivers/md/md.c 		err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
bioset_init      5676 drivers/md/md.c 		err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
bioset_init      2989 drivers/md/raid1.c 	err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
bioset_init      3675 drivers/md/raid10.c 	err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
bioset_init      3119 drivers/md/raid5-cache.c 	ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS);
bioset_init      1388 drivers/md/raid5-ppl.c 	ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS);
bioset_init      1392 drivers/md/raid5-ppl.c 	ret = bioset_init(&ppl_conf->flush_bs, conf->raid_disks, 0, 0);
bioset_init      6986 drivers/md/raid5.c 	ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
bioset_init        84 drivers/target/target_core_iblock.c 	ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
bioset_init       482 fs/block_dev.c 	return bioset_init(&blkdev_dio_pool, 4, offsetof(struct blkdev_dio, bio), BIOSET_NEED_BVECS);
bioset_init       213 fs/btrfs/extent_io.c 	if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE,
bioset_init      1856 fs/xfs/xfs_super.c 	if (bioset_init(&xfs_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE),
bioset_init       385 include/linux/bio.h extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);