Home
last modified time | relevance | path

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

12

/linux/block/
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()
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()
A Dblk-crypto-fallback.c544 err = bioset_init(&crypto_bio_split, 64, 0, 0); in blk_crypto_fallback_init()
A Dfops.c875 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
A Dgenhd.c1346 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
/linux/fs/btrfs/
A Dbio.c879 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
883 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
886 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
A Ddirect-io.c1068 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
A Dcompression.c1089 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux/fs/bcachefs/
A Dfs-io-direct.c677 if (bioset_init(&c->dio_read_bioset, in bch2_fs_fs_io_direct_init()
682 if (bioset_init(&c->dio_write_bioset, in bch2_fs_fs_io_direct_init()
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()
A Dio_write.c1677 if (bioset_init(&c->bio_write, 1, offsetof(struct bch_write_bio, bio), BIOSET_NEED_BVECS) || in bch2_fs_io_write_init()
1678 bioset_init(&c->replica_set, 4, offsetof(struct bch_write_bio, bio), 0)) in bch2_fs_io_write_init()
A Dfs-io.c1021 if (bioset_init(&c->nocow_flush_bioset, in bch2_fs_fsio_init()
A Dfs-io-buffered.c1073 if (bioset_init(&c->writepage_bioset, in bch2_fs_fs_io_buffered_init()
A Dsuper.c895 bioset_init(&c->btree_bio, 1, in bch2_fs_alloc()
/linux/drivers/md/
A Ddm-io.c63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
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()
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()
A Ddm-zoned-target.c894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
A Ddm-cache-target.c2406 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
A Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
/linux/include/linux/
A Dbio.h354 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/linux/drivers/target/
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/
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/
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/
A Dbuffered-io.c2010 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_buffered_init()

Completed in 79 milliseconds

12