Home
last modified time | relevance | path

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

12

/linux-6.15/block/
H A Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
45 ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0); in init_bounce_bioset()
H A Dbio.c1690 int bioset_init(struct bio_set *bs, in bioset_init() function
1734 EXPORT_SYMBOL(bioset_init);
1753 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 Dfops.c922 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
H A Dgenhd.c1391 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
/linux-6.15/fs/iomap/
H A Dioend.c212 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_ioend_init()
/linux-6.15/fs/btrfs/
H A Dbio.c897 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
901 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
904 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
H A Ddirect-io.c1084 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
H A Dcompression.c1099 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux-6.15/fs/bcachefs/
H A Dfs-io-direct.c690 if (bioset_init(&c->dio_read_bioset, in bch2_fs_fs_io_direct_init()
695 if (bioset_init(&c->dio_write_bioset, in bch2_fs_fs_io_direct_init()
H A Dio_read.c1384 if (bioset_init(&c->bio_read, 1, offsetof(struct bch_read_bio, bio), in bch2_fs_io_read_init()
1388 if (bioset_init(&c->bio_read_split, 1, offsetof(struct bch_read_bio, bio), in bch2_fs_io_read_init()
H A Dio_write.c1754 if (bioset_init(&c->bio_write, 1, offsetof(struct bch_write_bio, bio), BIOSET_NEED_BVECS) || in bch2_fs_io_write_init()
1755 bioset_init(&c->replica_set, 4, offsetof(struct bch_write_bio, bio), 0)) in bch2_fs_io_write_init()
H A Dfs-io-buffered.c1109 if (bioset_init(&c->writepage_bioset, in bch2_fs_fs_io_buffered_init()
H A Dfs-io.c1095 if (bioset_init(&c->nocow_flush_bioset, in bch2_fs_fsio_init()
H A Dsuper.c894 bioset_init(&c->btree_bio, 1, in bch2_fs_alloc()
H A Dec.c2308 return bioset_init(&c->ec_bioset, 1, offsetof(struct ec_bio, bio), in bch2_fs_ec_init()
/linux-6.15/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.c1084 if (bioset_init(&pools->io_bs, pool_size, io_front_pad, bioset_flags)) in dm_table_alloc_md_mempools()
1087 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()
/linux-6.15/include/linux/
H A Dbio.h352 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/linux-6.15/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-6.15/fs/xfs/
H A Dxfs_zone_gc.c218 if (bioset_init(&data->bio_set, 16, offsetof(struct xfs_gc_bio, bio), in xfs_zone_gc_data_alloc()
/linux-6.15/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-6.15/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()

12