Searched refs:RESOLVE_CONFLICTS (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/block/drbd/ |
D | drbd_receiver.c | 962 clear_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 991 set_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 2325 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) { in update_peer_seq() 2388 if (!test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) in wait_for_and_update_peer_seq() 2480 bool resolve_conflicts = test_bit(RESOLVE_CONFLICTS, &connection->flags); in handle_write_conflicts() 3101 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 3118 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 3384 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in drbd_uuid_compare() 4399 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state() 4425 if (test_bit(RESOLVE_CONFLICTS, &connection->flags) && in receive_req_conn_state()
|
D | drbd_int.h | 630 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
|
D | drbd_nl.c | 2829 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()
|