Searched refs:drbd_md_io_bio_set (Results 1 – 2 of 2) sorted by relevance
128 struct bio_set *drbd_md_io_bio_set; variable153 if (!drbd_md_io_bio_set) in bio_alloc_drbd()156 bio = bio_alloc_bioset(gfp_mask, 1, drbd_md_io_bio_set); in bio_alloc_drbd()2035 if (drbd_md_io_bio_set) in drbd_destroy_mempools()2036 bioset_free(drbd_md_io_bio_set); in drbd_destroy_mempools()2052 drbd_md_io_bio_set = NULL; in drbd_destroy_mempools()2078 drbd_md_io_bio_set = NULL; in drbd_create_mempools()2102 drbd_md_io_bio_set = bioset_create(DRBD_MIN_POOL_PAGES, 0); in drbd_create_mempools()2103 if (drbd_md_io_bio_set == NULL) in drbd_create_mempools()
1423 extern struct bio_set *drbd_md_io_bio_set;