Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
925 set_bit(BME_NO_WRITES, &bm_ext->flags); in _bme_get()
987 bm_ext->flags = 0; /* clears BME_NO_WRITES and eventually BME_PRIORITY */ in drbd_rs_begin_io()
1008 * Gets an extent in the resync LRU cache, sets it to BME_NO_WRITES, then
1021 /* If we need to throttle, a half-locked (only marked BME_NO_WRITES, in drbd_try_rs_begin_io()
1048 D_ASSERT(device, test_bit(BME_NO_WRITES, &bm_ext->flags)); in drbd_try_rs_begin_io()
1049 clear_bit(BME_NO_WRITES, &bm_ext->flags); in drbd_try_rs_begin_io()
1066 if (!test_and_set_bit(BME_NO_WRITES, &bm_ext->flags)) { in drbd_try_rs_begin_io()
1069 /* 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.h1231 #define BME_NO_WRITES 0 /* bm_extent.flags: no more requests on this one! */ macro
/kernel/linux/linux-6.6/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()
989 bm_ext->flags = 0; /* clears BME_NO_WRITES and eventually BME_PRIORITY */ in drbd_rs_begin_io()
1010 * Gets an extent in the resync LRU cache, sets it to BME_NO_WRITES, then
1024 /* If we need to throttle, a half-locked (only marked BME_NO_WRITES, in drbd_try_rs_begin_io()
1051 D_ASSERT(device, test_bit(BME_NO_WRITES, &bm_ext->flags)); in drbd_try_rs_begin_io()
1052 clear_bit(BME_NO_WRITES, &bm_ext->flags); in drbd_try_rs_begin_io()
1069 if (!test_and_set_bit(BME_NO_WRITES, &bm_ext->flags)) { in drbd_try_rs_begin_io()
1072 /* 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

Completed in 14 milliseconds