Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_worker.c2018 if (test_bit(RS_DONE, &todo) || in do_device_work()
2020 update_on_disk_bitmap(device, test_bit(RS_DONE, &todo)); in do_device_work()
2035 |(1UL << RS_DONE) \
Ddrbd_actlog.c766 set_bit(RS_DONE, &device->flags); in maybe_schedule_on_disk_bitmap_update()
Ddrbd_int.h522 RS_DONE, /* tell worker that resync is done */ enumerator
Ddrbd_state.c1323 clear_bit(RS_DONE, &device->flags); in _drbd_set_state()