| /linux/fs/btrfs/ |
| H A D | bio.c | 1037 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init() 1041 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init() 1044 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
|
| H A D | compression.c | 1130 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
| /linux/block/ |
| H A D | bio.c | 1931 int bioset_init(struct bio_set *bs, in bioset_init() function 1975 EXPORT_SYMBOL(bioset_init); 1994 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
|
| H A D | blk-crypto-fallback.c | 544 err = bioset_init(&enc_bio_set, 64, 0, BIOSET_NEED_BVECS); in blk_crypto_fallback_init()
|
| H A D | fops.c | 974 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
|
| H A D | genhd.c | 1455 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
|
| /linux/fs/iomap/ |
| H A D | ioend.c | 489 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_ioend_init()
|
| /linux/drivers/md/ |
| H A D | dm-io.c | 63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
|
| H A D | raid5-ppl.c | 1372 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log() 1376 ret = bioset_init(&ppl_conf->flush_bs, conf->raid_disks, 0, 0); in ppl_init_log()
|
| H A D | dm-table.c | 1075 if (bioset_init(&pools->io_bs, pool_size, io_front_pad, bioset_flags)) in dm_table_alloc_md_mempools() 1078 if (bioset_init(&pools->bs, pool_size, front_pad, 0)) in dm_table_alloc_md_mempools()
|
| H A D | dm-zoned-target.c | 894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
|
| H A D | raid5-cache.c | 3098 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
|
| H A D | dm-writecache.c | 2327 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
|
| H A D | dm-cache-target.c | 2408 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
|
| H A D | md.c | 752 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init() 756 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init() 760 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in mddev_init()
|
| H A D | dm-integrity.c | 4992 r = bioset_init(&ic->recheck_bios, RECHECK_POOL_SIZE, 0, BIOSET_NEED_BVECS); in dm_integrity_ctr() 4997 r = bioset_init(&ic->recalc_bios, 1, 0, BIOSET_NEED_BVECS); in dm_integrity_ctr()
|
| H A D | raid1.c | 3107 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | dm-crypt.c | 3318 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
|
| H A D | raid10.c | 3876 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid5.c | 7569 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| /linux/include/linux/ |
| H A D | bio.h | 348 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
|
| /linux/drivers/md/bcache/ |
| H A D | super.c | 949 if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio), in bcache_device_init() 953 if (bioset_init(&d->bio_detached, 4, in bcache_device_init() 1941 if (bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio), in bch_cache_set_alloc()
|
| /linux/drivers/target/ |
| H A D | target_core_iblock.c | 107 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 208 if (bioset_init(&data->bio_set, 16, offsetof(struct xfs_gc_bio, bio), in xfs_zone_gc_data_alloc()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_main.c | 2104 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools() 2108 ret = bioset_init(&drbd_md_io_bio_set, DRBD_MIN_POOL_PAGES, 0, in drbd_create_mempools()
|