Searched refs:BIOSET_NEED_BVECS (Results 1 – 17 of 17) sorted by relevance
/linux-6.1.9/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 | 1692 if (flags & BIOSET_NEED_BVECS) in bioset_init() 1708 if ((flags & BIOSET_NEED_BVECS) && in bioset_init() 1750 BIOSET_NEED_BVECS | BIOSET_PERCPU_CACHE)) in init_bio()
|
D | fops.c | 695 BIOSET_NEED_BVECS|BIOSET_PERCPU_CACHE); in blkdev_init()
|
/linux-6.1.9/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 | 1381 ret = bioset_init(&ppl_conf->bs, conf->raid_disks, 0, BIOSET_NEED_BVECS); in ppl_init_log()
|
D | dm-writecache.c | 2311 BIOSET_NEED_BVECS); in writecache_ctr()
|
D | raid5-cache.c | 3115 ret = bioset_init(&log->bs, R5L_POOL_SIZE, 0, BIOSET_NEED_BVECS); in r5l_init_log()
|
D | dm-crypt.c | 3261 ret = bioset_init(&cc->bs, MIN_IOS, 0, BIOSET_NEED_BVECS); in crypt_ctr()
|
D | md.c | 5857 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run() 5862 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run()
|
/linux-6.1.9/include/linux/ |
D | bio.h | 399 BIOSET_NEED_BVECS = BIT(0), enumerator
|
/linux-6.1.9/drivers/target/ |
D | target_core_iblock.c | 102 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
|
/linux-6.1.9/fs/iomap/ |
D | buffered-io.c | 1551 BIOSET_NEED_BVECS); in iomap_init()
|
/linux-6.1.9/drivers/md/bcache/ |
D | super.c | 933 BIOSET_NEED_BVECS|BIOSET_NEED_RESCUER)) in bcache_device_init()
|
/linux-6.1.9/drivers/block/drbd/ |
D | drbd_main.c | 2122 BIOSET_NEED_BVECS); in drbd_create_mempools()
|
/linux-6.1.9/fs/f2fs/ |
D | data.c | 43 0, BIOSET_NEED_BVECS)) in f2fs_init_bioset()
|
/linux-6.1.9/fs/btrfs/ |
D | volumes.c | 8451 BIOSET_NEED_BVECS)) in btrfs_bioset_init()
|
D | inode.c | 8943 BIOSET_NEED_BVECS)) in btrfs_init_cachep()
|