Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/block/drbd/
Ddrbd_state.c1816 drbd_send_state(peer_device, ns); in after_state_ch()
1876 drbd_send_state(peer_device, ns); in after_state_ch()
1883 drbd_send_state(peer_device, ns); in after_state_ch()
1893 drbd_send_state(peer_device, ns); in after_state_ch()
1896 drbd_send_state(peer_device, ns); in after_state_ch()
1954 drbd_send_state(peer_device, ns); in after_state_ch()
1978 drbd_send_state(peer_device, ns); in after_state_ch()
1986 drbd_send_state(peer_device, ns); in after_state_ch()
2004 drbd_send_state(peer_device, ns); in after_state_ch()
2011 drbd_send_state(peer_device, ns); in after_state_ch()
Ddrbd_int.h1100 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
Ddrbd_main.c1032 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) in drbd_send_state() function