Searched refs:RESOLVE_CONFLICTS (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/drivers/block/drbd/ ! |
D | drbd_receiver.c | 964 clear_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 993 set_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 2296 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) { in update_peer_seq() 2359 if (!test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) in wait_for_and_update_peer_seq() 2449 bool resolve_conflicts = test_bit(RESOLVE_CONFLICTS, &connection->flags); in handle_write_conflicts() 3063 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 3080 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 3347 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in drbd_uuid_compare() 4353 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state() 4379 if (test_bit(RESOLVE_CONFLICTS, &connection->flags) && in receive_req_conn_state()
|
D | drbd_int.h | 563 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
|
D | drbd_nl.c | 2767 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()
|