Searched refs:bioset_init (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/iomap/ |
| H A D | ioend.c | 428 return bioset_init(&iomap_ioend_bioset, 4 * (PAGE_SIZE / SECTOR_SIZE), in iomap_ioend_init()
|
| /linux/block/ |
| H A D | bio.c | 1814 int bioset_init(struct bio_set *bs, in bioset_init() function 1858 EXPORT_SYMBOL(bioset_init); 1877 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
|
| H A D | fops.c | 975 return bioset_init(&blkdev_dio_pool, 4, in blkdev_init()
|
| /linux/drivers/md/ |
| H A 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()
|
| H A D | dm-table.c | 1091 if (bioset_init(&pools->io_bs, pool_size, io_front_pad, bioset_flags)) in dm_table_alloc_md_mempools() 1094 if (bioset_init(&pools->bs, pool_size, front_pad, 0)) in dm_table_alloc_md_mempools()
|
| H A D | dm-zoned-target.c | 894 ret = bioset_init(&dmz->bio_set, DMZ_MIN_BIOS, 0, 0); in dmz_ctr()
|
| H A D | dm-writecache.c | 2327 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
|
| H A D | dm-cache-target.c | 2415 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
|
| H A D | dm-integrity.c | 4980 r = bioset_init(&ic->recheck_bios, RECHECK_POOL_SIZE, 0, BIOSET_NEED_BVECS); in dm_integrity_ctr() 4985 r = bioset_init(&ic->recalc_bios, 1, 0, BIOSET_NEED_BVECS); in dm_integrity_ctr()
|
| H A D | dm-crypt.c | 3318 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
|
| /linux/fs/xfs/ |
| H A D | xfs_zone_gc.c | 218 if (bioset_init(&data->bio_set, 16, offsetof(struct xfs_gc_bio, bio), in xfs_zone_gc_data_alloc()
|
| /linux/drivers/target/ |
| H A D | target_core_iblock.c | 108 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 1145 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_main.c | 2100 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools() 2104 ret = bioset_init(&drbd_md_io_bio_set, DRBD_MIN_POOL_PAGES, 0, in drbd_create_mempools()
|
| /linux/fs/f2fs/ |
| H A D | data.c | 41 return bioset_init(&f2fs_bioset, F2FS_BIO_POOL_SIZE, in f2fs_init_bioset()
|