Searched refs:RESOLVE_CONFLICTS (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/drbd/ |
| H A D | drbd_receiver.c | 776 clear_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 805 set_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 2108 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) { in update_peer_seq() 2171 if (!test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) in wait_for_and_update_peer_seq() 2261 bool resolve_conflicts = test_bit(RESOLVE_CONFLICTS, &connection->flags); in handle_write_conflicts() 2879 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 2896 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 3163 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in drbd_uuid_compare() 4169 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state() 4195 if (test_bit(RESOLVE_CONFLICTS, &connection->flags) && in receive_req_conn_state()
|
| H A D | drbd_int.h | 565 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
|