Symbol: BIO_POOL_SIZE
block/bio-integrity-auto.c
120
if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab))
block/bio-integrity-fs.c
80
if (mempool_init_slab_pool(&fs_bio_integrity_pool, BIO_POOL_SIZE,
block/bio-integrity.c
563
if (mempool_init_page_pool(&integrity_buf_pool, BIO_POOL_SIZE,
block/bio.c
2021
if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0,
block/genhd.c
1455
if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0))
drivers/block/drbd/drbd_main.c
2104
ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0);
drivers/md/dm-cache-target.c
2442
r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0);
drivers/md/dm-writecache.c
2319
r = bioset_init(&wc->bio_set, BIO_POOL_SIZE,
drivers/md/md.c
764
err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/md.c
768
err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/md.c
772
err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE,
drivers/md/raid1.c
3145
err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
drivers/md/raid10.c
3899
err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
drivers/md/raid5.c
7627
ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
fs/btrfs/bio.c
1045
if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE,
fs/btrfs/bio.c
1049
if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE,
fs/btrfs/bio.c
1052
if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE,
fs/btrfs/bio.c
1056
if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE,
fs/btrfs/compression.c
1141
if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE,
fs/btrfs/direct-io.c
1145
if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE,