Home
last modified time | relevance | path

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

12

/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.c1838 int bioset_init(struct bio_set *bs, in bioset_init() function
1882 EXPORT_SYMBOL(bioset_init);
1903 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
H A Dblk-crypto-fallback.c544 err = bioset_init(&crypto_bio_split, 64, 0, 0); in blk_crypto_fallback_init()
H A Dgenhd.c1346 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
/linux/fs/btrfs/
H A Dbio.c890 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
894 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
897 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
H A Ddirect-io.c1068 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
H A Dcompression.c1089 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/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.c1372 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 Ddm-table.c1087 if (bioset_init(&pools->io_bs, pool_size, io_front_pad, bioset_flags)) in dm_table_alloc_md_mempools()
1093 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-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
H A Draid5-cache.c3103 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
H A Dmd.c6060 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
6065 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
6071 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in md_run()
H A Draid1.c3106 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Draid10.c3925 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
/linux/fs/bcachefs/
H A Dio_read.c1254 if (bioset_init(&c->bio_read, 1, offsetof(struct bch_read_bio, bio), in bch2_fs_io_read_init()
1258 if (bioset_init(&c->bio_read_split, 1, offsetof(struct bch_read_bio, bio), in bch2_fs_io_read_init()
H A Dio_write.c1680 if (bioset_init(&c->bio_write, 1, offsetof(struct bch_write_bio, bio), BIOSET_NEED_BVECS) || in bch2_fs_io_write_init()
1681 bioset_init(&c->replica_set, 4, offsetof(struct bch_write_bio, bio), 0)) in bch2_fs_io_write_init()
H A Dfs-io-buffered.c1067 if (bioset_init(&c->writepage_bioset, in bch2_fs_fs_io_buffered_init()
H A Dsuper.c895 bioset_init(&c->btree_bio, 1, in bch2_fs_alloc()
H A Dec.c2465 return bioset_init(&c->ec_bioset, 1, offsetof(struct ec_bio, bio), in bch2_fs_ec_init()
/linux/include/linux/
H A Dbio.h354 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/linux/drivers/target/
H A Dtarget_core_iblock.c106 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
/linux/drivers/md/bcache/
H A Dsuper.c948 if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio), in bcache_device_init()
1928 if (bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio), in bch_cache_set_alloc()
/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()

12