Home
last modified time | relevance | path

Searched refs:NEW_CUR_UUID (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_state.c1770 clear_bit(NEW_CUR_UUID, &peer_device->device->flags); in after_state_ch()
1827 set_bit(NEW_CUR_UUID, &device->flags); in after_state_ch()
2092 if (test_bit(NEW_CUR_UUID, &device->flags)) { in w_after_conn_state_ch()
2094 clear_bit(NEW_CUR_UUID, &device->flags); in w_after_conn_state_ch()
H A Ddrbd_int.h436 NEW_CUR_UUID, /* Create new current UUID when thawing IO */ enumerator