Searched refs:BIO_POOL_SIZE (Results 1 – 11 of 11) sorted by relevance
| /linux/block/ |
| H A D | bio-integrity-auto.c | 120 if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab)) in blk_integrity_auto_init()
|
| H A D | bio-integrity.c | 564 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 | 2000 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
|
| /linux/include/linux/ |
| H A D | bio.h | 671 #define BIO_POOL_SIZE 2 macro
|
| /linux/fs/btrfs/ |
| H A D | compression.c | 1162 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
| /linux/drivers/md/ |
| H A D | md.c | 757 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init() 761 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init() 765 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in mddev_init()
|
| H A D | raid1.c | 3123 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid10.c | 3878 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid5.c | 7580 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()
|