Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/target/
Dtarget_core_iblock.h25 struct bio_set ibd_bio_set; member
Dtarget_core_iblock.c97 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
144 struct bio_set *bs = &ib_dev->ibd_bio_set; in iblock_configure_device()
177 bioset_exit(&ib_dev->ibd_bio_set); in iblock_configure_device()
201 bioset_exit(&ib_dev->ibd_bio_set); in iblock_destroy_device()
333 bio = bio_alloc_bioset(GFP_NOIO, sg_num, &ib_dev->ibd_bio_set); in iblock_get_bio()