Searched defs:drbd_bitmap (Results 1 – 1 of 1) sorted by relevance
83 struct drbd_bitmap { struct84 struct page **bm_pages;85 spinlock_t bm_lock;91 unsigned int n_bitmap_hints;115 struct drbd_bitmap *b = device->bitmap; in __bm_print_lock_info() argument