Lines Matching refs:drbd_bitmap
95 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()
378 static struct page **bm_realloc_pages(struct drbd_bitmap *b, unsigned long want) in bm_realloc_pages()
444 struct drbd_bitmap *b = device->bitmap; in drbd_bm_init()
446 b = kzalloc(sizeof(struct drbd_bitmap), GFP_KERNEL); in drbd_bm_init()
485 static int bm_clear_surplus(struct drbd_bitmap *b) in bm_clear_surplus()
522 static void bm_set_surplus(struct drbd_bitmap *b) in bm_set_surplus()
557 static unsigned long bm_count_bits(struct drbd_bitmap *b) in bm_count_bits()
587 static void bm_memset(struct drbd_bitmap *b, size_t offset, int c, size_t len) in bm_memset()
637 struct drbd_bitmap *b = device->bitmap; in drbd_bm_resize()
763 struct drbd_bitmap *b = device->bitmap; in _drbd_bm_total_weight()
792 struct drbd_bitmap *b = device->bitmap; in drbd_bm_words()
803 struct drbd_bitmap *b = device->bitmap; in drbd_bm_bits()
818 struct drbd_bitmap *b = device->bitmap; in drbd_bm_merge_lel()
867 struct drbd_bitmap *b = device->bitmap; in drbd_bm_get_lel()
903 struct drbd_bitmap *b = device->bitmap; in drbd_bm_set_all()
919 struct drbd_bitmap *b = device->bitmap; in drbd_bm_clear_all()
948 struct drbd_bitmap *b = device->bitmap; in drbd_bm_endio()
997 struct drbd_bitmap *b = device->bitmap; in bm_page_io_async()
1049 struct drbd_bitmap *b = device->bitmap; in bm_rw()
1248 struct drbd_bitmap *b = device->bitmap; in __bm_find_next()
1288 struct drbd_bitmap *b = device->bitmap; in bm_find_next()
1342 struct drbd_bitmap *b = device->bitmap; in __bm_change_bits_to()
1392 struct drbd_bitmap *b = device->bitmap; in bm_change_bits_to()
1424 static inline void bm_set_full_words_within_one_page(struct drbd_bitmap *b, in bm_set_full_words_within_one_page()
1461 struct drbd_bitmap *b = device->bitmap; in _drbd_bm_set_bits()
1534 struct drbd_bitmap *b = device->bitmap; in drbd_bm_test_bit()
1565 struct drbd_bitmap *b = device->bitmap; in drbd_bm_count_bits()
1619 struct drbd_bitmap *b = device->bitmap; in drbd_bm_e_weight()