Searched refs:bm_bits (Results 1 – 2 of 2) sorted by relevance
97 unsigned long bm_bits; member490 tmp = (b->bm_bits & BITS_PER_PAGE_MASK); in bm_clear_surplus()526 tmp = (b->bm_bits & BITS_PER_PAGE_MASK); in bm_set_surplus()558 unsigned long mask = (1UL << (b->bm_bits & BITS_PER_LONG_MASK)) -1; in bm_count_bits()569 last_word = ((b->bm_bits - 1) & BITS_PER_PAGE_MASK) >> LN2_BPL; in bm_count_bits()658 b->bm_bits = in drbd_bm_resize()706 obits = b->bm_bits; in drbd_bm_resize()714 b->bm_bits = bits; in drbd_bm_resize()800 return b->bm_bits; in drbd_bm_bits()905 b->bm_set = b->bm_bits; in drbd_bm_set_all()[all …]
4478 if (c->bit_offset > c->bm_bits) in receive_bitmap_plain()4479 c->bit_offset = c->bm_bits; in receive_bitmap_plain()4534 if (e >= c->bm_bits) { in recv_bm_rle_bits()4565 return (s != c->bm_bits); in recv_bm_rle_bits()4653 .bm_bits = drbd_bm_bits(device), in receive_bitmap()