Searched refs:BIO_POOL_SIZE (Results 1 – 12 of 12) sorted by relevance
| /linux/block/ |
| H A D | bio-integrity-fs.c | 84 if (mempool_init_slab_pool(&fs_bio_integrity_pool, BIO_POOL_SIZE, in fs_bio_integrity_init()
|
| H A D | bio-integrity-auto.c | 114 if (mempool_init_slab_pool(&bid_pool, BIO_POOL_SIZE, bid_slab)) in blk_integrity_auto_init()
|
| H A D | bio-integrity.c | 563 if (mempool_init_page_pool(&integrity_buf_pool, BIO_POOL_SIZE, in bio_integrity_initfn()
|
| H A D | genhd.c | 1456 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0)) in __alloc_disk_node()
|
| H A D | bio.c | 2203 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0, in init_bio()
|
| /linux/include/linux/ |
| H A D | bio.h | 712 #define BIO_POOL_SIZE 2 macro
|
| /linux/fs/btrfs/ |
| H A D | direct-io.c | 1153 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE, in btrfs_init_dio()
|
| H A D | compression.c | 1131 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE, in btrfs_init_compress()
|
| /linux/drivers/md/ |
| H A D | md.c | 759 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init() 763 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in mddev_init() 767 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE, in mddev_init()
|
| H A D | raid1.c | 3089 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid10.c | 3870 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|
| H A D | raid5.c | 7743 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0); in setup_conf()
|