Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/target/
Dtarget_core_iblock.h33 struct bio_set ibd_bio_set; member
Dtarget_core_iblock.c106 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
171 struct bio_set *bs = &ib_dev->ibd_bio_set; in iblock_configure_device()
188 bioset_exit(&ib_dev->ibd_bio_set); in iblock_configure_device()
213 bioset_exit(&ib_dev->ibd_bio_set); in iblock_destroy_device()
371 GFP_NOIO, &ib_dev->ibd_bio_set); in iblock_get_bio()