Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_actlog.c977 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_rs_begin_io()
1003 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_rs_begin_io()
1054 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io()
1071 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_try_rs_begin_io()
1104 D_ASSERT(device, test_bit(BME_LOCKED, &bm_ext->flags) == 0); in drbd_try_rs_begin_io()
1116 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_try_rs_begin_io()
1125 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io()
1219 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()
1232 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_rs_del_all()
H A Ddrbd_debugfs.c655 test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------", in resync_dump_detail()
H A Ddrbd_int.h1164 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro