Searched refs:BIOSET_NEED_BVECS (Results 1 – 17 of 17) sorted by relevance
/Linux-v5.15/block/ |
D | bounce.c | 41 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset()
|
D | bio.c | 1630 if (flags & BIOSET_NEED_BVECS) in bioset_init() 1646 if ((flags & BIOSET_NEED_BVECS) && in bioset_init() 1680 flags |= BIOSET_NEED_BVECS; in bioset_init_from_src() 1745 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS)) in init_bio()
|
D | fops.c | 637 BIOSET_NEED_BVECS|BIOSET_PERCPU_CACHE); in blkdev_init()
|
/Linux-v5.15/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 | 1389 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
|
D | dm-writecache.c | 2306 BIOSET_NEED_BVECS); in writecache_ctr()
|
D | raid5-cache.c | 3121 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
|
D | dm-crypt.c | 3259 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
|
D | md.c | 5856 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run() 5861 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
|
/Linux-v5.15/include/linux/ |
D | bio.h | 401 BIOSET_NEED_BVECS = BIT(0), enumerator
|
/Linux-v5.15/drivers/target/ |
D | target_core_iblock.c | 93 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
|
/Linux-v5.15/drivers/block/rnbd/ |
D | rnbd-srv.c | 285 BIOSET_NEED_BVECS); in create_sess()
|
/Linux-v5.15/fs/iomap/ |
D | buffered-io.c | 1519 BIOSET_NEED_BVECS); in iomap_init()
|
/Linux-v5.15/drivers/md/bcache/ |
D | super.c | 937 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER)) in bcache_device_init()
|
/Linux-v5.15/drivers/block/drbd/ |
D | drbd_main.c | 2146 BIOSET_NEED_BVECS); in drbd_create_mempools()
|
/Linux-v5.15/fs/f2fs/ |
D | data.c | 43 0, BIOSET_NEED_BVECS)) in f2fs_init_bioset()
|
/Linux-v5.15/fs/btrfs/ |
D | extent_io.c | 245 BIOSET_NEED_BVECS)) in extent_io_init()
|