Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_iblock.c84 ret = bioset_init(&ib_dev->ibd_bio_set, IBLOCK_BIO_POOL_SIZE, 0, BIOSET_NEED_BVECS); in iblock_configure_device()
131 struct bio_set *bs = &ib_dev->ibd_bio_set; in iblock_configure_device()
164 bioset_exit(&ib_dev->ibd_bio_set); in iblock_configure_device()
188 bioset_exit(&ib_dev->ibd_bio_set); in iblock_destroy_device()
320 bio = bio_alloc_bioset(GFP_NOIO, sg_num, &ib_dev->ibd_bio_set); in iblock_get_bio()
H A Dtarget_core_iblock.h24 struct bio_set ibd_bio_set; member
/OK3568_Linux_fs/kernel/drivers/block/rnbd/
H A Drnbd-srv-dev.h17 struct bio_set *ibd_bio_set; member
H A Drnbd-srv-dev.c33 dev->ibd_bio_set = bs; in rnbd_dev_open()
H A Drnbd-srv.c149 bio = rnbd_bio_map_kern(data, sess_dev->rnbd_dev->ibd_bio_set, datalen, GFP_KERNEL); in process_rdma()