Searched refs:BIOSET_NEED_BVECS (Results 1 – 16 of 16) sorted by relevance
| /Linux-v5.4/block/ |
| D | bounce.c | 42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
|
| D | bio.c | 1961 if ((flags & BIOSET_NEED_BVECS) && in bioset_init() 1989 flags |= BIOSET_NEED_BVECS; in bioset_init_from_src() 2166 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS)) in init_bio()
|
| D | blk-core.c | 492 ret = bioset_init(&q->bio_split, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in blk_alloc_queue_node()
|
| /Linux-v5.4/drivers/md/ |
| D | dm-io.c | 62 ret = bioset_init(&client->bios, min_ios, 0, BIOSET_NEED_BVECS); in dm_io_client_create()
|
| D | raid5-ppl.c | 1388 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
|
| D | dm-writecache.c | 1922 BIOSET_NEED_BVECS); in writecache_ctr()
|
| D | raid5-cache.c | 3119 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
|
| D | dm-crypt.c | 2654 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
|
| D | md.c | 5629 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run() 5634 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
|
| /Linux-v5.4/include/linux/ |
| D | bio.h | 382 BIOSET_NEED_BVECS = BIT(0), enumerator
|
| /Linux-v5.4/drivers/target/ |
| D | target_core_iblock.c | 84 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
|
| /Linux-v5.4/drivers/md/bcache/ |
| D | super.c | 823 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER)) in bcache_device_init() 1799 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER) || in bch_cache_set_alloc()
|
| /Linux-v5.4/fs/ |
| D | block_dev.c | 481 return bioset_init(&blkdev_dio_pool, 4, offsetof(struct blkdev_dio, bio), BIOSET_NEED_BVECS); in blkdev_init()
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_super.c | 1858 BIOSET_NEED_BVECS)) in xfs_init_zones()
|
| /Linux-v5.4/drivers/block/drbd/ |
| D | drbd_main.c | 2161 BIOSET_NEED_BVECS); in drbd_create_mempools()
|
| /Linux-v5.4/fs/btrfs/ |
| D | extent_io.c | 215 BIOSET_NEED_BVECS)) in extent_io_init()
|