Home
last modified time | relevance | path

Searched refs:BIOSET_NEED_BVECS (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/block/
H A Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
H A Dbio.c1742 if (flags & BIOSET_NEED_BVECS) in bioset_init()
1758 if ((flags & BIOSET_NEED_BVECS) && in bioset_init()
1802 BIOSET_NEED_BVECS | BIOSET_PERCPU_CACHE)) in init_bio()
H A Dfops.c848 BIOSET_NEED_BVECS|BIOSET_PERCPU_CACHE); in blkdev_init()
/openbmc/linux/fs/btrfs/
H A Dbio.c845 BIOSET_NEED_BVECS)) in btrfs_bioset_init()
852 BIOSET_NEED_BVECS)) in btrfs_bioset_init()
H A Dcompression.c961 BIOSET_NEED_BVECS)) in btrfs_init_compress()
H A Dinode.c8672 BIOSET_NEED_BVECS)) in btrfs_init_cachep()
/openbmc/linux/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.c1378 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
H A Ddm-writecache.c2330 BIOSET_NEED_BVECS); in writecache_ctr()
H A Draid5-cache.c3114 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
H A Ddm-crypt.c3332 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
H A Dmd.c5928 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
5933 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
/openbmc/linux/include/linux/
H A Dbio.h411 BIOSET_NEED_BVECS = BIT(0), enumerator
/openbmc/linux/drivers/target/
H A Dtarget_core_iblock.c105 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c2004 BIOSET_NEED_BVECS); in iomap_init()
/openbmc/linux/drivers/md/bcache/
H A Dsuper.c935 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER)) in bcache_device_init()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_main.c2134 BIOSET_NEED_BVECS); in drbd_create_mempools()
/openbmc/linux/fs/f2fs/
H A Ddata.c43 0, BIOSET_NEED_BVECS); in f2fs_init_bioset()