Searched refs:BIOSET_NEED_BVECS (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/block/ |
D | bounce.c | 47 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_emergency_pool()
|
D | bio.c | 1921 if ((flags & BIOSET_NEED_BVECS) && in bioset_init() 1949 flags |= BIOSET_NEED_BVECS; in bioset_init_from_src() 2088 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS)) in init_bio()
|
D | blk-core.c | 1017 ret = bioset_init(&q->bio_split, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in blk_alloc_queue_node()
|
/Linux-v4.19/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 | 1393 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
|
D | dm-writecache.c | 1915 BIOSET_NEED_BVECS); in writecache_ctr()
|
D | dm-crypt.c | 2760 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
|
D | raid5-cache.c | 3117 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
|
D | md.c | 5511 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run() 5516 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
|
/Linux-v4.19/drivers/target/ |
D | target_core_iblock.c | 97 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
|
/Linux-v4.19/include/linux/ |
D | bio.h | 419 BIOSET_NEED_BVECS = BIT(0), enumerator
|
/Linux-v4.19/drivers/md/bcache/ |
D | super.c | 808 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER)) in bcache_device_init() 1755 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER) || in bch_cache_set_alloc()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_super.c | 1839 BIOSET_NEED_BVECS)) in xfs_init_zones()
|
/Linux-v4.19/fs/ |
D | block_dev.c | 439 return bioset_init(&blkdev_dio_pool, 4, offsetof(struct blkdev_dio, bio), BIOSET_NEED_BVECS); in blkdev_init()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_main.c | 2152 BIOSET_NEED_BVECS); in drbd_create_mempools()
|
/Linux-v4.19/fs/btrfs/ |
D | extent_io.c | 159 BIOSET_NEED_BVECS)) in extent_io_init()
|