Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/drbd/
Ddrbd_state.c1347 drbd_send_state(peer_device, ns); in after_state_ch()
1412 drbd_send_state(peer_device, ns); in after_state_ch()
1419 drbd_send_state(peer_device, ns); in after_state_ch()
1429 drbd_send_state(peer_device, ns); in after_state_ch()
1432 drbd_send_state(peer_device, ns); in after_state_ch()
1486 drbd_send_state(peer_device, ns); in after_state_ch()
1510 drbd_send_state(peer_device, ns); in after_state_ch()
1518 drbd_send_state(peer_device, ns); in after_state_ch()
1536 drbd_send_state(peer_device, ns); in after_state_ch()
1543 drbd_send_state(peer_device, ns); in after_state_ch()
Ddrbd_int.h1089 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
Ddrbd_main.c994 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) in drbd_send_state() function