Symbol: BIOSET_NEED_BVECS
block/bio.c
1937
if (flags & BIOSET_NEED_BVECS)
block/bio.c
1953
if ((flags & BIOSET_NEED_BVECS) &&
block/bio.c
1995
BIOSET_NEED_BVECS | BIOSET_PERCPU_CACHE))
block/blk-crypto-fallback.c
544
err = bioset_init(&enc_bio_set, 64, 0, BIOSET_NEED_BVECS);
block/fops.c
976
BIOSET_NEED_BVECS|BIOSET_PERCPU_CACHE);
drivers/block/drbd/drbd_main.c
2109
BIOSET_NEED_BVECS);
drivers/md/bcache/super.c
950
BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER))
drivers/md/bcache/super.c
955
BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER))
drivers/md/dm-crypt.c
3318
ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS);
drivers/md/dm-integrity.c
4992
r = bioset_init(&ic->recheck_bios, RECHECK_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/dm-integrity.c
4997
r = bioset_init(&ic->recalc_bios, 1, 0, BIOSET_NEED_BVECS);
drivers/md/dm-io.c
63
ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS);
drivers/md/dm-writecache.c
2329
BIOSET_NEED_BVECS);
drivers/md/md.c
752
err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/md.c
756
err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/raid5-cache.c
3098
ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/raid5-ppl.c
1372
ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS);
drivers/target/target_core_iblock.c
107
ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
fs/btrfs/bio.c
1039
BIOSET_NEED_BVECS))
fs/btrfs/bio.c
1046
BIOSET_NEED_BVECS))
fs/btrfs/compression.c
1137
BIOSET_NEED_BVECS))
fs/btrfs/direct-io.c
1096
BIOSET_NEED_BVECS))
fs/f2fs/data.c
48
0, BIOSET_NEED_BVECS);
fs/iomap/ioend.c
491
BIOSET_NEED_BVECS);
fs/xfs/xfs_zone_gc.c
209
BIOSET_NEED_BVECS))