Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_actlog.c212 if (test_bit(BME_NO_WRITES, &bm_ext->flags)) in find_active_resync_extent()
524 if (test_bit(BME_NO_WRITES, &bm_ext->flags)) { in drbd_al_begin_io_nonblock()
927 set_bit(BME_NO_WRITES, &bm_ext->flags); in _bme_get()
991 bm_ext->flags = 0; /* clears BME_NO_WRITES and eventually BME_PRIORITY */ in drbd_rs_begin_io()
1012 * Gets an extent in the resync LRU cache, sets it to BME_NO_WRITES, then
1028 /* If we need to throttle, a half-locked (only marked BME_NO_WRITES, in drbd_try_rs_begin_io()
1055 D_ASSERT(device, test_bit(BME_NO_WRITES, &bm_ext->flags)); in drbd_try_rs_begin_io()
1056 clear_bit(BME_NO_WRITES, &bm_ext->flags); in drbd_try_rs_begin_io()
1073 if (!test_and_set_bit(BME_NO_WRITES, &bm_ext->flags)) { in drbd_try_rs_begin_io()
1076 /* we did set the BME_NO_WRITES, in drbd_try_rs_begin_io()
[all...]
H A Ddrbd_debugfs.c654 test_bit(BME_NO_WRITES, &bme->flags) ? "NO_WRITES" : "---------", in resync_dump_detail()
H A Ddrbd_int.h1166 #define BME_NO_WRITES 0 /* bm_extent.flags: no more requests on this one! */ macro