Home
last modified time | relevance | path

Searched refs:bioset_init (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/block/
H A Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
47 ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0); in init_bounce_bioset()
H A Dbio.c1736 int bioset_init(struct bio_set *bs, in bioset_init() function
1780 EXPORT_SYMBOL(bioset_init);
1801 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
H A Dblk-crypto-fallback.c543 err = bioset_init(&crypto_bio_split, 64, 0, 0); in blk_crypto_fallback_init()
H A Dfops.c846 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
H A Dgenhd.c1342 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
/openbmc/linux/fs/btrfs/
H A Dbio.c843 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
847 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
850 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
H A Dcompression.c959 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/openbmc/linux/drivers/md/
H A Ddm-io.c63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
H A Draid5-ppl.c1378 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
1382 ret = bioset_init(&ppl_conf->flush_bs, conf->raid_disks, 0, 0); in ppl_init_log()
H A Ddm-table.c1052 if (bioset_init(&pools->io_bs, pool_size, io_front_pad, in dm_table_alloc_md_mempools()
1059 if (bioset_init(&pools->bs, pool_size, front_pad, 0)) in dm_table_alloc_md_mempools()
H A Ddm-zoned-target.c894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
H A Ddm-cache-target.c2403 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
H A Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
H A Draid5-cache.c3114 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
H A Dmd.c5928 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
5933 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
5939 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in md_run()
H A Draid1.c3019 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Ddm-crypt.c3332 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
H A Draid10.c4094 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
/openbmc/linux/include/linux/
H A Dbio.h415 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c105 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
/openbmc/linux/drivers/md/bcache/
H A Dsuper.c934 if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio), in bcache_device_init()
1935 if (bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio), in bch_cache_set_alloc()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c2129 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools()
2133 ret = bioset_init(&drbd_md_io_bio_set, DRBD_MIN_POOL_PAGES, 0, in drbd_create_mempools()
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c2002 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_init()
/openbmc/linux/drivers/block/
H A Dpktcdvd.c2863 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()
/openbmc/linux/fs/f2fs/
H A Ddata.c42 return bioset_init(&f2fs_bioset, F2FS_BIO_POOL_SIZE, in f2fs_init_bioset()

12