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

/linux-master/block/
H A Dbounce.c42 ret = bioset_init(&bounce_bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
44 if (bioset_integrity_create(&bounce_bio_set, BIO_POOL_SIZE))
47 ret = bioset_init(&bounce_bio_split, BIO_POOL_SIZE, 0, 0);
H A Dbio.c1798 if (bioset_init(&fs_bio_set, BIO_POOL_SIZE, 0,
1802 if (bioset_integrity_create(&fs_bio_set, BIO_POOL_SIZE))
H A Dgenhd.c1344 if (bioset_init(&disk->bio_split, BIO_POOL_SIZE, 0, 0))
/linux-master/fs/btrfs/
H A Dbio.c876 if (bioset_init(&btrfs_bioset, BIO_POOL_SIZE,
880 if (bioset_init(&btrfs_clone_bioset, BIO_POOL_SIZE,
883 if (bioset_init(&btrfs_repair_bioset, BIO_POOL_SIZE,
887 if (mempool_init_kmalloc_pool(&btrfs_failed_bio_pool, BIO_POOL_SIZE,
H A Dcompression.c1061 if (bioset_init(&btrfs_compressed_bioset, BIO_POOL_SIZE,
H A Dinode.c8748 if (bioset_init(&btrfs_dio_bioset, BIO_POOL_SIZE,
/linux-master/include/linux/
H A Dbio.h678 #define BIO_POOL_SIZE 2 macro
/linux-master/drivers/md/
H A Dmd.c2445 if (bioset_integrity_create(&mddev->bio_set, BIO_POOL_SIZE) ||
2447 bioset_integrity_create(&mddev->io_clone_set, BIO_POOL_SIZE))) {
6060 err = bioset_init(&mddev->bio_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
6065 err = bioset_init(&mddev->sync_set, BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
6071 err = bioset_init(&mddev->io_clone_set, BIO_POOL_SIZE,
H A Ddm-cache-target.c2403 r = bioset_init(&cache->bs, BIO_POOL_SIZE, 0, 0);
H A Ddm-writecache.c2328 r = bioset_init(&wc->bio_set, BIO_POOL_SIZE,
H A Draid1.c3115 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
H A Draid10.c3927 err = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
H A Draid5.c7523 ret = bioset_init(&conf->bio_split, BIO_POOL_SIZE, 0, 0);
/linux-master/drivers/block/
H A Dpktcdvd.c2864 ret = bioset_init(&pkt_bio_set, BIO_POOL_SIZE, 0, 0);
/linux-master/drivers/block/drbd/
H A Ddrbd_main.c2129 ret = bioset_init(&drbd_io_bio_set, BIO_POOL_SIZE, 0, 0);

Completed in 286 milliseconds