Searched refs:BME_LOCKED (Results 1 – 3 of 3) sorted by relevance
956 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_rs_begin_io()982 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_rs_begin_io()1021 D_ASSERT(!test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io()1036 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_try_rs_begin_io()1069 D_ASSERT(test_bit(BME_LOCKED, &bm_ext->flags) == 0); in drbd_try_rs_begin_io()1083 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_try_rs_begin_io()1174 D_ASSERT(!test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()1187 D_ASSERT(!test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()
191 bme->flags & BME_LOCKED ? "LOCKED" : "------" in resync_dump_detail()
1346 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro