Searched refs:BIO_POOL_SIZE (Results 1 – 15 of 15) sorted by relevance
| /linux/block/ |
| H A D | bio-integrity-auto.c | 178 if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab)) in blk_integrity_auto_init()
|
| H A D | bio-integrity.c | 483 if (mempool_init_page_pool(&integrity_buf_pool, BIO_POOL_SIZE, in bio_integrity_initfn()
|
| H A D | genhd.c | 1455 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
|
| H A D | bio.c | 1994 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
|
| /linux/fs/btrfs/ |
| H A D | bio.c | 1037 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 D | direct-io.c | 1094 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
|
| H A D | compression.c | 1135 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
| /linux/include/linux/ |
| H A D | bio.h | 669 #define BIO_POOL_SIZE 2 macro
|
| /linux/drivers/md/ |
| H A D | dm-writecache.c | 2327 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE, in writecache_ctr()
|
| H A D | dm-cache-target.c | 2408 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0); in cache_create()
|
| H A D | md.c | 752 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 D | raid1.c | 3107 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid10.c | 3876 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid5.c | 7569 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_main.c | 2104 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0); in drbd_create_mempools()
|