Home
last modified time | relevance | path

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

/drivers/block/drbd/
Ddrbd_receiver.c3568 if (tentative || test_bit(CONN_DRY_RUN, &peer_device->connection->flags)) { in drbd_sync_handshake()
3644 clear_bit(CONN_DRY_RUN, &connection->flags); in receive_protocol()
3647 set_bit(CONN_DRY_RUN, &connection->flags); in receive_protocol()
4518 if (test_and_clear_bit(CONN_DRY_RUN, &peer_device->connection->flags)) in receive_state()
Ddrbd_int.h635 CONN_DRY_RUN, /* Expect disconnect after resync handshake. */ enumerator