Searched refs:bioset_init (Results 1 - 25 of 34) sorted by relevance

12

/linux-master/block/
H A Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
47 ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0);
H A Dbio.c1690 * bioset_exit - exit a bioset initialized with bioset_init()
1713 * bioset_init - Initialize a bio_set
1733 int bioset_init(struct bio_set *bs, function
1777 EXPORT_SYMBOL(bioset_init); variable
1798 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0,
H A Dblk-crypto-fallback.c544 err = bioset_init(&crypto_bio_split, 64, 0, 0);
H A Dfops.c870 return bioset_init(&blkdev_dio_pool, 4,
H A Dgenhd.c1344 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0))
/linux-master/fs/btrfs/
H A Dbio.c876 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE,
880 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE,
883 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE,
H A Dcompression.c1061 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE,
/linux-master/drivers/md/
H A Ddm-io.c63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS);
H A Draid5-ppl.c1372 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS);
1376 ret = bioset_init(&ppl_conf->flush_bs, conf->raid_disks, 0, 0);
H A Ddm-table.c1053 if (bioset_init(&pools->io_bs, pool_size, io_front_pad,
1060 if (bioset_init(&pools->bs, pool_size, front_pad, 0))
H A Ddm-zoned-target.c894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0);
H A Ddm-cache-target.c2403 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0);
H A Draid5-cache.c3107 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS);
/linux-master/fs/bcachefs/
H A Dfs-io-direct.c674 if (bioset_init(&c->dio_read_bioset,
679 if (bioset_init(&c->dio_write_bioset,
H A Dio_read.c1208 if (bioset_init(&c->bio_read, 1, offsetof(struct bch_read_bio, bio),
1212 if (bioset_init(&c->bio_read_split, 1, offsetof(struct bch_read_bio, bio),
H A Dsuper.c902 bioset_init(&c->btree_bio, 1,
1322 bioset_init(&ca->replica_set, 4,
H A Dfs-io-buffered.c1156 if (bioset_init(&c->writepage_bioset,
H A Dfs-io.c1074 if (bioset_init(&c->nocow_flush_bioset,
H A Dio_write.c1656 if (bioset_init(&c->bio_write, 1, offsetof(struct bch_write_bio, bio),
/linux-master/include/linux/
H A Dbio.h417 extern int bioset_init(struct bio_set *, unsigned int, unsigned int, int flags);
/linux-master/drivers/target/
H A Dtarget_core_iblock.c106 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
/linux-master/drivers/md/bcache/
H A Dsuper.c948 if (bioset_init(&d->bio_split, 4, offsetof(struct bbio, bio),
1935 if (bioset_init(&c->bio_split, 4, offsetof(struct bbio, bio),
/linux-master/fs/iomap/
H A Dbuffered-io.c1990 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE),
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c2129 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0);
2133 ret = bioset_init(&drbd_md_io_bio_set, DRBD_MIN_POOL_PAGES, 0,
/linux-master/drivers/block/
H A Dpktcdvd.c2864 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0);

Completed in 305 milliseconds

12