Searched refs:ibd_bio_set (Results 1 – 2 of 2) sorted by relevance
96 ib_dev->ibd_bio_set = bioset_create(IBLOCK_BIO_POOL_SIZE, 0); in iblock_configure_device()97 if (!ib_dev->ibd_bio_set) { in iblock_configure_device()140 struct bio_set *bs = ib_dev->ibd_bio_set; in iblock_configure_device()173 bioset_free(ib_dev->ibd_bio_set); in iblock_configure_device()174 ib_dev->ibd_bio_set = NULL; in iblock_configure_device()193 if (ib_dev->ibd_bio_set != NULL) in iblock_free_device()194 bioset_free(ib_dev->ibd_bio_set); in iblock_free_device()327 bio = bio_alloc_bioset(GFP_NOIO, sg_num, ib_dev->ibd_bio_set); in iblock_get_bio()
20 struct bio_set *ibd_bio_set; member