Symbol: BIOSET_NEED_BVECS
block/bio.c
1964
if (flags & BIOSET_NEED_BVECS)
block/bio.c
1980
if ((flags & BIOSET_NEED_BVECS) &&
block/bio.c
2022
BIOSET_NEED_BVECS | BIOSET_PERCPU_CACHE))
block/blk-crypto-fallback.c
542
err = bioset_init(&enc_bio_set, 64, 0, BIOSET_NEED_BVECS);
block/fops.c
951
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
3280
ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS);
drivers/md/dm-integrity.c
4984
r = bioset_init(&ic->recheck_bios, RECHECK_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/dm-integrity.c
4989
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
2321
BIOSET_NEED_BVECS);
drivers/md/md.c
764
err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/md.c
768
err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
drivers/md/raid5-cache.c
3116
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
1047
BIOSET_NEED_BVECS))
fs/btrfs/bio.c
1054
BIOSET_NEED_BVECS))
fs/btrfs/compression.c
1143
BIOSET_NEED_BVECS))
fs/btrfs/direct-io.c
1147
BIOSET_NEED_BVECS))
fs/f2fs/data.c
54
offsetof(struct f2fs_bio, bio), BIOSET_NEED_BVECS);
fs/iomap/ioend.c
516
BIOSET_NEED_BVECS);
fs/xfs/xfs_zone_gc.c
222
BIOSET_NEED_BVECS))