Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/block/drbd/
Ddrbd_receiver.c962 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()
Ddrbd_int.h630 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
Ddrbd_nl.c2829 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()