Home
last modified time | relevance | path

Searched refs:BME_LOCKED (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_actlog.c954 * drbd_rs_begin_io() - Gets an extent in the resync LRU cache and sets it to BME_LOCKED
973 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_rs_begin_io()
999 set_bit(BME_LOCKED, &bm_ext->flags); in drbd_rs_begin_io()
1009 * tries to set it to BME_LOCKED. Returns 0 upon success, and -EAGAIN
1022 * not yet BME_LOCKED) extent needs to be kicked out explicitly if we in drbd_try_rs_begin_io()
1047 D_ASSERT(device, !test_bit(BME_LOCKED, &bm_ext->flags)); in drbd_try_rs_begin_io()
1064 if (test_bit(BME_LOCKED, &bm_ext->flags)) in drbd_try_rs_begin_io()
1070 * but then could not set BME_LOCKED, in drbd_try_rs_begin_io()
1097 D_ASSERT(device, test_bit(BME_LOCKED, &bm_ext->flags) == 0); in drbd_try_rs_begin_io()
1109 set_bit(BME_LOCKED, in drbd_try_rs_begin_io()
[all...]
H A Ddrbd_debugfs.c655 test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------", in resync_dump_detail()
H A Ddrbd_int.h1232 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_actlog.c956 * drbd_rs_begin_io() - Gets an extent in the resync LRU cache and sets it to BME_LOCKED
975 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()
1011 * tries to set it to BME_LOCKED. Returns 0 upon success, and -EAGAIN
1025 * not yet BME_LOCKED) extent needs to be kicked out explicitly if we in drbd_try_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()
1073 * but then could not set BME_LOCKED, 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, in drbd_try_rs_begin_io()
[all...]
H A Ddrbd_debugfs.c655 test_bit(BME_LOCKED, &bme->flags) ? "LOCKED" : "------", in resync_dump_detail()
H A Ddrbd_int.h1167 #define BME_LOCKED 1 /* bm_extent.flags: syncer active on this one. */ macro

Completed in 24 milliseconds