Searched refs:RESOLVE_CONFLICTS (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_receiver.c | 944 clear_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 973 set_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 2022 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) { in update_peer_seq() 2085 if (!test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) in wait_for_and_update_peer_seq() 2166 bool resolve_conflicts = test_bit(RESOLVE_CONFLICTS, &connection->flags); in handle_write_conflicts() 2769 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 2785 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p() 3019 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in drbd_uuid_compare() 3990 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state() 4016 if (test_bit(RESOLVE_CONFLICTS, &connection->flags) && in receive_req_conn_state()
|
D | drbd_int.h | 652 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
|
D | drbd_nl.c | 2481 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()
|