Home
last modified time | relevance | path

Searched refs:BME_LOCKED (Results 1 – 3 of 3) sorted by relevance

/drivers/block/drbd/
Ddrbd_actlog.c975 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_rs_begin_io()
1001 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_rs_begin_io()
1050 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io()
1067 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_try_rs_begin_io()
1100 D_ASSERT(device, test_bit(BME_LOCKED, &bm_ext->flags) == 0); in drbd_try_rs_begin_io()
1112 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_try_rs_begin_io()
1121 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io()
1215 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()
1228 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()
Ddrbd_debugfs.c655 test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------", in resync_dump_detail()
Ddrbd_int.h1167 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro