BIO_POOL_SIZE    2220 block/bio.c    	if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS))
BIO_POOL_SIZE    2223 block/bio.c    	if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE))
BIO_POOL_SIZE     492 block/blk-core.c 	ret = bioset_init(&q->bio_split, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
BIO_POOL_SIZE      42 block/bounce.c 	ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
BIO_POOL_SIZE      44 block/bounce.c 	if (bioset_integrity_create(&bounce_bio_set, BIO_POOL_SIZE))
BIO_POOL_SIZE      47 block/bounce.c 	ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    2156 drivers/block/drbd/drbd_main.c 	ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    2931 drivers/block/pktcdvd.c 	ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    1299 drivers/lightnvm/pblk-init.c 	ret = bioset_init(&pblk_bio_set, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    2490 drivers/md/dm-cache-target.c 		r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    1961 drivers/md/dm-writecache.c 		r = bioset_init(&wc->bio_set, BIO_POOL_SIZE,
BIO_POOL_SIZE    2243 drivers/md/md.c 	if (bioset_integrity_create(&mddev->bio_set, BIO_POOL_SIZE)) {
BIO_POOL_SIZE    5671 drivers/md/md.c 		err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
BIO_POOL_SIZE    5676 drivers/md/md.c 		err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
BIO_POOL_SIZE    2989 drivers/md/raid1.c 	err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    3675 drivers/md/raid10.c 	err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE    6986 drivers/md/raid5.c 	ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
BIO_POOL_SIZE     213 fs/btrfs/extent_io.c 	if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE,
BIO_POOL_SIZE     218 fs/btrfs/extent_io.c 	if (bioset_integrity_create(&btrfs_bioset, BIO_POOL_SIZE))