Home
last modified time | relevance | path

Searched refs:ibd_bio_set (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_iblock.c104 ib_dev->ibd_bio_set = bioset_create(IBLOCK_BIO_POOL_SIZE, 0); in iblock_configure_device()
105 if (!ib_dev->ibd_bio_set) { in iblock_configure_device()
162 struct bio_set *bs = ib_dev->ibd_bio_set; in iblock_configure_device()
195 bioset_free(ib_dev->ibd_bio_set); in iblock_configure_device()
196 ib_dev->ibd_bio_set = NULL; in iblock_configure_device()
207 if (ib_dev->ibd_bio_set != NULL) in iblock_free_device()
208 bioset_free(ib_dev->ibd_bio_set); in iblock_free_device()
348 bio = bio_alloc_bioset(GFP_NOIO, sg_num, ib_dev->ibd_bio_set); in iblock_get_bio()
Dtarget_core_iblock.h20 struct bio_set *ibd_bio_set; member