drbd_bm_test_bit
extern int drbd_bm_test_bit(struct drbd_device *device, unsigned long bitnr);
if (unlikely(drbd_bm_test_bit(device, bit) == 0)) {
if (drbd_bm_test_bit(device, bit+1) != 1)