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.c1688 int bioset_init(struct bio_set *bs, in bioset_init() function
1732 EXPORT_SYMBOL(bioset_init);
1753 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
/linux/fs/btrfs/
H A Dbio.c905 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
909 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
912 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
H A Ddirect-io.c1067 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
H A Dcompression.c1091 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux/fs/bcachefs/
H A Dfs-io-direct.c682 if (bioset_init(&c->dio_read_bioset, in bch2_fs_fs_io_direct_init()
687 if (bioset_init(&c->dio_write_bioset, in bch2_fs_fs_io_direct_init()
H A Dio_read.c1318 if (bioset_init(&c->bio_read, 1, offsetof(struct bch_read_bio, bio), in bch2_fs_io_read_init()
1322 if (bioset_init(&c->bio_read_split, 1, offsetof(struct bch_read_bio, bio), in bch2_fs_io_read_init()
H A Dio_write.c1705 if (bioset_init(&c->bio_write, 1, offsetof(struct bch_write_bio, bio), BIOSET_NEED_BVECS) || in bch2_fs_io_write_init()
1706 bioset_init(&c->replica_set, 4, offsetof(struct bch_write_bio, bio), 0)) in bch2_fs_io_write_init()
H A Dfs-io-buffered.c1084 if (bioset_init(&c->writepage_bioset, in bch2_fs_fs_io_buffered_init()
H A Dfs-io.c1058 if (bioset_init(&c->nocow_flush_bioset, in bch2_fs_fsio_init()
H A Dsuper.c899 bioset_init(&c->btree_bio, 1, in bch2_fs_alloc()
H A Dec.c2503 return bioset_init(&c->ec_bioset, 1, offsetof(struct ec_bio, bio), in bch2_fs_ec_init()
/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 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 Ddm-cache-target.c2406 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
H A Ddm-integrity.c4809 r = bioset_init(&ic->recheck_bios, RECHECK_POOL_SIZE, 0, BIOSET_NEED_BVECS); in dm_integrity_ctr()
4820 r = bioset_init(&ic->recalc_bios, 1, 0, BIOSET_NEED_BVECS); in dm_integrity_ctr()
H A Draid1.c3131 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Ddm-crypt.c3359 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
/linux/include/linux/
H A Dbio.h351 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.c2115 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools()
2119 ret = bioset_init(&drbd_md_io_bio_set, DRBD_MIN_POOL_PAGES, 0, in drbd_create_mempools()
/linux/fs/iomap/
H A Dbuffered-io.c2068 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_buffered_init()
/linux/drivers/block/
H A Dpktcdvd.c2857 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()

12