Searched refs:BIOSET_NEED_BVECS (Results 1 - 24 of 24) sorted by relevance

/linux-master/block/
H A Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
H A Dbio.c1717 * @flags: Flags to modify behavior, currently %BIOSET_NEED_BVECS
1727 * If %BIOSET_NEED_BVECS is set in @flags, a separate pool will be allocated
1739 if (flags & BIOSET_NEED_BVECS)
1755 if ((flags & BIOSET_NEED_BVECS) &&
1799 BIOSET_NEED_BVECS | BIOSET_PERCPU_CACHE))
H A Dfops.c872 BIOSET_NEED_BVECS|BIOSET_PERCPU_CACHE);
/linux-master/drivers/md/
H A Ddm-io.c63 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS);
H A Draid5-ppl.c1372 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS);
H A Draid5-cache.c3107 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS);
H A Ddm-writecache.c2330 BIOSET_NEED_BVECS);
H A Ddm-crypt.c3329 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS);
H A Dmd.c6060 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
6065 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
/linux-master/fs/btrfs/
H A Dbio.c878 BIOSET_NEED_BVECS))
885 BIOSET_NEED_BVECS))
H A Dcompression.c1063 BIOSET_NEED_BVECS))
H A Dinode.c8750 BIOSET_NEED_BVECS))
/linux-master/fs/bcachefs/
H A Dfs-io-direct.c676 BIOSET_NEED_BVECS))
681 BIOSET_NEED_BVECS))
H A Dio_read.c1209 BIOSET_NEED_BVECS))
1213 BIOSET_NEED_BVECS))
H A Dfs-io-buffered.c1158 BIOSET_NEED_BVECS))
H A Dio_write.c1657 BIOSET_NEED_BVECS))
H A Dec.c2260 BIOSET_NEED_BVECS);
H A Dsuper.c905 BIOSET_NEED_BVECS) ||
/linux-master/include/linux/
H A Dbio.h413 BIOSET_NEED_BVECS = BIT(0), enumerator in enum:__anon539
/linux-master/drivers/target/
H A Dtarget_core_iblock.c106 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
/linux-master/fs/iomap/
H A Dbuffered-io.c1992 BIOSET_NEED_BVECS);
/linux-master/drivers/md/bcache/
H A Dsuper.c949 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER))
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c2134 BIOSET_NEED_BVECS);
/linux-master/fs/f2fs/
H A Ddata.c43 0, BIOSET_NEED_BVECS);

Completed in 421 milliseconds