/linux-6.12.1/block/ |
D | bounce.c | 42 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()
|
D | bio.c | 1838 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()
|
D | blk-crypto-fallback.c | 544 err = bioset_init(&crypto_bio_split, 64, 0, 0); in blk_crypto_fallback_init()
|
D | fops.c | 875 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
|
D | genhd.c | 1346 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
|
/linux-6.12.1/fs/btrfs/ |
D | bio.c | 879 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()
|
D | direct-io.c | 1068 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
|
D | compression.c | 1089 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
/linux-6.12.1/fs/bcachefs/ |
D | fs-io-direct.c | 677 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()
|
D | io_read.c | 1254 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()
|
D | io_write.c | 1677 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()
|
D | fs-io.c | 1021 if (bioset_init(&c->nocow_flush_bioset, in bch2_fs_fsio_init()
|
D | fs-io-buffered.c | 1073 if (bioset_init(&c->writepage_bioset, in bch2_fs_fs_io_buffered_init()
|
D | super.c | 895 bioset_init(&c->btree_bio, 1, in bch2_fs_alloc()
|
/linux-6.12.1/drivers/md/ |
D | dm-io.c | 63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
|
D | raid5-ppl.c | 1372 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()
|
D | dm-table.c | 1087 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()
|
D | dm-zoned-target.c | 894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
|
D | dm-writecache.c | 2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
|
/linux-6.12.1/include/linux/ |
D | bio.h | 354 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
|
/linux-6.12.1/drivers/target/ |
D | target_core_iblock.c | 106 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/ |
D | super.c | 948 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/ |
D | drbd_main.c | 2115 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/ |
D | buffered-io.c | 2010 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_buffered_init()
|
/linux-6.12.1/drivers/block/ |
D | pktcdvd.c | 2857 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()
|