Searched refs:BME_LOCKED (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_actlog.c | 985 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_rs_begin_io() 1011 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_rs_begin_io() 1059 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io() 1076 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_try_rs_begin_io() 1109 D_ASSERT(device, test_bit(BME_LOCKED, &bm_ext->flags) == 0); in drbd_try_rs_begin_io() 1121 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_try_rs_begin_io() 1130 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io() 1224 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all() 1237 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()
|
D | drbd_debugfs.c | 681 test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------", in resync_dump_detail()
|
D | drbd_int.h | 1240 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro
|