ibd_bio_set        84 drivers/target/target_core_iblock.c 	ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS);
ibd_bio_set       131 drivers/target/target_core_iblock.c 		struct bio_set *bs = &ib_dev->ibd_bio_set;
ibd_bio_set       164 drivers/target/target_core_iblock.c 	bioset_exit(&ib_dev->ibd_bio_set);
ibd_bio_set       188 drivers/target/target_core_iblock.c 	bioset_exit(&ib_dev->ibd_bio_set);
ibd_bio_set       320 drivers/target/target_core_iblock.c 	bio = bio_alloc_bioset(GFP_NOIO, sg_num, &ib_dev->ibd_bio_set);
ibd_bio_set        24 drivers/target/target_core_iblock.h 	struct bio_set	ibd_bio_set;