Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_worker.c2031 if (test_bit(RS_DONE, &todo) || in do_device_work()
2033 update_on_disk_bitmap(device, test_bit(RS_DONE, &todo)); in do_device_work()
2048 |(1UL << RS_DONE) \
Ddrbd_actlog.c778 set_bit(RS_DONE, &device->flags); in maybe_schedule_on_disk_bitmap_update()
Ddrbd_int.h530 RS_DONE, /* tell worker that resync is done */ enumerator
Ddrbd_state.c1337 clear_bit(RS_DONE, &device->flags); in _drbd_set_state()