Home
last modified time | relevance | path

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

/Linux-v6.6/block/
Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
Dbio.c1739 if (flags & BIOSET_NEED_BVECS) in bioset_init()
1755 if ((flags & BIOSET_NEED_BVECS) && in bioset_init()
1799 BIOSET_NEED_BVECS | BIOSET_PERCPU_CACHE)) in init_bio()
Dfops.c848 BIOSET_NEED_BVECS|BIOSET_PERCPU_CACHE); in blkdev_init()
/Linux-v6.6/fs/btrfs/
Dbio.c843 BIOSET_NEED_BVECS)) in btrfs_bioset_init()
850 BIOSET_NEED_BVECS)) in btrfs_bioset_init()
Dcompression.c961 BIOSET_NEED_BVECS)) in btrfs_init_compress()
Dinode.c8616 BIOSET_NEED_BVECS)) in btrfs_init_cachep()
/Linux-v6.6/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()
Ddm-writecache.c2330 BIOSET_NEED_BVECS); in writecache_ctr()
Draid5-cache.c3114 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
Ddm-crypt.c3294 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
Dmd.c5878 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
5883 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
/Linux-v6.6/include/linux/
Dbio.h408 BIOSET_NEED_BVECS = BIT(0), enumerator
/Linux-v6.6/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-v6.6/fs/iomap/
Dbuffered-io.c2000 BIOSET_NEED_BVECS); in iomap_init()
/Linux-v6.6/drivers/md/bcache/
Dsuper.c933 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER)) in bcache_device_init()
/Linux-v6.6/drivers/block/drbd/
Ddrbd_main.c2134 BIOSET_NEED_BVECS); in drbd_create_mempools()
/Linux-v6.6/fs/f2fs/
Ddata.c43 0, BIOSET_NEED_BVECS); in f2fs_init_bioset()