Home
last modified time | relevance | path

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

/linux/block/
H A Dbio-integrity-auto.c178 if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab)) in blk_integrity_auto_init()
H A Dbio-integrity.c483 if (mempool_init_page_pool(&integrity_buf_pool, BIO_POOL_SIZE, in bio_integrity_initfn()
H A Dgenhd.c1455 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
H A Dbio.c1994 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
/linux/fs/btrfs/
H A Dbio.c1037 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
1041 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
1044 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE, in btrfs_bioset_init()
1048 if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE, in btrfs_bioset_init()
H A Ddirect-io.c1094 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
H A Dcompression.c1135 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
/linux/include/linux/
H A Dbio.h669 #define BIO_POOL_SIZE 2 macro
/linux/drivers/md/
H A Ddm-writecache.c2327 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
H A Ddm-cache-target.c2408 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
H A Dmd.c752 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init()
756 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init()
760 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in mddev_init()
H A Draid1.c3107 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Draid10.c3876 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
H A Draid5.c7569 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
/linux/drivers/block/drbd/
H A Ddrbd_main.c2104 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools()