Searched refs:RESOLVE_CONFLICTS (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_receiver.c | 963 clear_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 992 set_bit(RESOLVE_CONFLICTS, &connection->flags); in conn_connect() 2326 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) { in update_peer_seq() 2389 if (!test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags)) in wait_for_and_update_peer_seq() 2481 bool resolve_conflicts = test_bit(RESOLVE_CONFLICTS, &connection->flags); in handle_write_conflicts() 3102 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in __must_hold() 3119 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in __must_hold() 3385 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in __must_hold() 4400 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state() 4426 if (test_bit(RESOLVE_CONFLICTS, in receive_req_conn_state() [all...] |
H A D | drbd_int.h | 630 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
|
H A D | drbd_nl.c | 2823 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A 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 __must_hold() 3080 rv = test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) in __must_hold() 3347 dc = test_bit(RESOLVE_CONFLICTS, &connection->flags); in __must_hold() 4353 if (test_bit(RESOLVE_CONFLICTS, &peer_device->connection->flags) && in receive_req_state() 4379 if (test_bit(RESOLVE_CONFLICTS, in receive_req_conn_state() [all...] |
H A D | drbd_int.h | 563 RESOLVE_CONFLICTS, /* Set on one node, cleared on the peer! */ enumerator
|
H A D | drbd_nl.c | 2767 iass = test_bit(RESOLVE_CONFLICTS, &first_peer_device(device)->connection->flags); in resync_after_online_grow()
|
Completed in 33 milliseconds