Home
last modified time | relevance | path

Searched refs:BIO_POOL_SIZE (Results 1 – 16 of 16) sorted by relevance

/linux-6.15/block/
H A Dbounce.c42 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 Dbio-integrity-auto.c210 if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab)) in blk_integrity_auto_init()
H A Dgenhd.c1391 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
H A Dbio.c1753 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
/linux-6.15/fs/btrfs/
H A Dbio.c897 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 Ddirect-io.c1084 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
H A Dcompression.c1099 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux-6.15/include/linux/
H A Dbio.h616 #define BIO_POOL_SIZE 2 macro
/linux-6.15/drivers/md/
H A Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
H A Ddm-cache-target.c2415 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
H A Dmd.c6089 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 Draid1.c3134 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Draid10.c3952 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Draid5.c7546 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
/linux-6.15/drivers/block/
H A Dpktcdvd.c2857 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0); in pkt_init()
/linux-6.15/drivers/block/drbd/
H A Ddrbd_main.c2115 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools()