Searched refs:BIO_POOL_SIZE (Results 1 – 16 of 16) sorted by relevance
| /linux-6.15/block/ |
| H A D | bounce.c | 42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in init_bounce_bioset() 45 ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0); in init_bounce_bioset()
|
| H A D | bio-integrity-auto.c | 210 if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab)) in blk_integrity_auto_init()
|
| H A D | genhd.c | 1391 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
|
| H A D | bio.c | 1753 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
|
| /linux-6.15/fs/btrfs/ |
| H A D | bio.c | 897 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init() 901 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init() 904 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init() 908 if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE, in btrfs_bioset_init()
|
| H A D | direct-io.c | 1084 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
|
| H A D | compression.c | 1099 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
| /linux-6.15/include/linux/ |
| H A D | bio.h | 616 #define BIO_POOL_SIZE 2 macro
|
| /linux-6.15/drivers/md/ |
| H A D | dm-writecache.c | 2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
|
| H A D | dm-cache-target.c | 2415 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
|
| H A D | md.c | 6089 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run() 6094 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in md_run() 6100 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in md_run()
|
| H A D | raid1.c | 3134 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid10.c | 3952 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid5.c | 7546 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| /linux-6.15/drivers/block/ |
| H A D | pktcdvd.c | 2857 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_main.c | 2115 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools()
|