Home
last modified time | relevance | path

Searched refs:RESOLVE_CONFLICTS (Results 1 – 3 of 3) sorted by relevance

/drivers/block/drbd/
Ddrbd_receiver.c965 clear_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect()
994 set_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect()
2274 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) { in update_peer_seq()
2337 if (!test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) in wait_for_and_update_peer_seq()
2427 bool resolve_conflicts = test_bit(RESOLVE_CONFLICTS, &connection->flags); in handle_write_conflicts()
3049 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p()
3066 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in drbd_asb_recover_0p()
3332 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in drbd_uuid_compare()
4338 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state()
4364 if (test_bit(RESOLVE_CONFLICTS, &connection->flags) && in receive_req_conn_state()
Ddrbd_int.h629 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
Ddrbd_nl.c2745 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()