Home
last modified time | relevance | path

Searched refs:RS_DONE (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/block/drbd/
Ddrbd_worker.c2026 if (test_bit(RS_DONE, &todo) || in do_device_work()
2028 update_on_disk_bitmap(first_peer_device(device), test_bit(RS_DONE, &todo)); in do_device_work()
2043 |(1UL << RS_DONE) \
Ddrbd_actlog.c767 set_bit(RS_DONE, &device->flags); in maybe_schedule_on_disk_bitmap_update()
Ddrbd_int.h455 RS_DONE, /* tell worker that resync is done */ enumerator
Ddrbd_state.c1325 clear_bit(RS_DONE, &device->flags); in _drbd_set_state()