Searched refs:bm_map_pidx (Results 1 – 1 of 1) sorted by relevance
/drivers/block/drbd/ |
D | drbd_bitmap.c | 313 static unsigned long *bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in bm_map_pidx() function 499 p_addr = bm_map_pidx(b, b->bm_number_of_pages - 1); in bm_clear_surplus() 535 p_addr = bm_map_pidx(b, b->bm_number_of_pages - 1); in bm_set_surplus() 602 p_addr = bm_map_pidx(b, idx); in bm_memset() 838 p_addr = bm_map_pidx(b, idx); in drbd_bm_merge_lel() 888 p_addr = bm_map_pidx(b, bm_word_to_page_idx(b, offset)); in drbd_bm_get_lel() 1603 p_addr = bm_map_pidx(b, bm_bit_to_page_idx(b, bitnr)); in drbd_bm_test_bit() 1645 p_addr = bm_map_pidx(b, idx); in drbd_bm_count_bits() 1694 p_addr = bm_map_pidx(b, bm_word_to_page_idx(b, s)); in drbd_bm_e_weight()
|