Searched refs:drbd_send_state (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/drivers/block/drbd/ |
H A D | drbd_state.c | 1326 * the sync uuid now. Need to do that before any drbd_send_state, or 1347 drbd_send_state(peer_device, ns); 1412 drbd_send_state(peer_device, ns); 1419 drbd_send_state(peer_device, ns); 1429 drbd_send_state(peer_device, ns); 1432 drbd_send_state(peer_device, ns); 1486 drbd_send_state(peer_device, ns); 1510 drbd_send_state(peer_device, ns); 1518 drbd_send_state(peer_device, ns); 1536 drbd_send_state(peer_device, ns); 1543 drbd_send_state(peer_device, ns);
|
H A D | drbd_main.c | 985 * drbd_send_state() - After a state change, sends the new state to the peer 994 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) drbd_send_state() function
|
H A D | drbd_int.h | 1089 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
|
Completed in 140 milliseconds