Home
last modified time | relevance | path

Searched refs:drbd_bitmap (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/block/drbd/
Ddrbd_bitmap.c95 struct drbd_bitmap { struct
120 struct drbd_bitmap *b = device->bitmap; in __bm_print_lock_info() argument
131 struct drbd_bitmap *b = device->bitmap; in drbd_bm_lock()
158 struct drbd_bitmap *b = device->bitmap; in drbd_bm_unlock()
218 struct drbd_bitmap *b = device->bitmap; in bm_page_lock_io()
225 struct drbd_bitmap *b = device->bitmap; in bm_page_unlock_io()
293 static unsigned int bm_word_to_page_idx(struct drbd_bitmap *b, unsigned long long_nr) in bm_word_to_page_idx()
301 static unsigned int bm_bit_to_page_idx(struct drbd_bitmap *b, u64 bitnr) in bm_bit_to_page_idx()
309 static unsigned long *__bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in __bm_map_pidx()
315 static unsigned long *bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in bm_map_pidx()
[all …]
DMakefile1 drbd-y := drbd_bitmap.o drbd_proc.o
Ddrbd_int.h539 struct drbd_bitmap; /* opaque for drbd_device */
919 struct drbd_bitmap *bitmap;