Home
last modified time | relevance | path

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

12

/linux-6.12.1/block/
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()
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()
Dblk-crypto-fallback.c544 err = bioset_init(&crypto_bio_split, 64, 0, 0); in blk_crypto_fallback_init()
Dfops.c875 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
Dgenhd.c1346 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
/linux-6.12.1/fs/btrfs/
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()
Ddirect-io.c1068 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
Dcompression.c1089 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux-6.12.1/fs/bcachefs/
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()
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()
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()
Dfs-io.c1021 if (bioset_init(&c->nocow_flush_bioset, in bch2_fs_fsio_init()
Dfs-io-buffered.c1073 if (bioset_init(&c->writepage_bioset, in bch2_fs_fs_io_buffered_init()
Dsuper.c895 bioset_init(&c->btree_bio, 1, in bch2_fs_alloc()
/linux-6.12.1/drivers/md/
Ddm-io.c63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
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()
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()
Ddm-zoned-target.c894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
/linux-6.12.1/include/linux/
Dbio.h354 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/linux-6.12.1/drivers/target/
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-6.12.1/drivers/md/bcache/
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-6.12.1/drivers/block/drbd/
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-6.12.1/fs/iomap/
Dbuffered-io.c2010 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_buffered_init()
/linux-6.12.1/drivers/block/
Dpktcdvd.c2857 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()

12