Home
last modified time | relevance | path

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

12

/linux-6.6.21/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.c1735 int bioset_init(struct bio_set *bs, in bioset_init() function
1779 EXPORT_SYMBOL(bioset_init);
1800 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
Dblk-crypto-fallback.c543 err = bioset_init(&crypto_bio_split, 64, 0, 0); in blk_crypto_fallback_init()
Dfops.c846 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
Dgenhd.c1337 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
/linux-6.6.21/fs/btrfs/
Dbio.c841 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
845 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
848 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
Dcompression.c959 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux-6.6.21/drivers/md/
Ddm-io.c63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
Draid5-ppl.c1378 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
1382 ret = bioset_init(&ppl_conf->flush_bs, conf->raid_disks, 0, 0); in ppl_init_log()
Ddm-table.c1052 if (bioset_init(&pools->io_bs, pool_size, io_front_pad, in dm_table_alloc_md_mempools()
1059 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-cache-target.c2403 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
Draid5-cache.c3114 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
Dmd.c5927 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
5932 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
5938 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in md_run()
Draid1.c3019 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
Ddm-crypt.c3332 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
Draid10.c4094 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
/linux-6.6.21/include/linux/
Dbio.h415 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/linux-6.6.21/drivers/target/
Dtarget_core_iblock.c105 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
/linux-6.6.21/drivers/md/bcache/
Dsuper.c934 if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio), in bcache_device_init()
1934 if (bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio), in bch_cache_set_alloc()
/linux-6.6.21/drivers/block/drbd/
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()
/linux-6.6.21/fs/iomap/
Dbuffered-io.c1998 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_init()
/linux-6.6.21/drivers/block/
Dpktcdvd.c2863 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()
/linux-6.6.21/fs/f2fs/
Ddata.c42 return bioset_init(&f2fs_bioset, F2FS_BIO_POOL_SIZE, in f2fs_init_bioset()

12