Searched refs:bm_map_pidx (Results 1 – 1 of 1) sorted by relevance
/drivers/block/drbd/ |
D | drbd_bitmap.c | 318 static unsigned long *bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in bm_map_pidx() function 497 p_addr = bm_map_pidx(b, b->bm_number_of_pages - 1); in bm_clear_surplus() 533 p_addr = bm_map_pidx(b, b->bm_number_of_pages - 1); in bm_set_surplus() 598 p_addr = bm_map_pidx(b, idx); in bm_memset() 832 p_addr = bm_map_pidx(b, idx); in drbd_bm_merge_lel() 882 p_addr = bm_map_pidx(b, bm_word_to_page_idx(b, offset)); in drbd_bm_get_lel() 1560 p_addr = bm_map_pidx(b, bm_bit_to_page_idx(b, bitnr)); in drbd_bm_test_bit() 1602 p_addr = bm_map_pidx(b, idx); in drbd_bm_count_bits() 1651 p_addr = bm_map_pidx(b, bm_word_to_page_idx(b, s)); in drbd_bm_e_weight()
|