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

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

Completed in 43 milliseconds