Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_state.c1806 drbd_send_state(peer_device, ns); in after_state_ch()
1866 drbd_send_state(peer_device, ns); in after_state_ch()
1873 drbd_send_state(peer_device, ns); in after_state_ch()
1883 drbd_send_state(peer_device, ns); in after_state_ch()
1886 drbd_send_state(peer_device, ns); in after_state_ch()
1945 drbd_send_state(peer_device, ns); in after_state_ch()
1969 drbd_send_state(peer_device, ns); in after_state_ch()
1977 drbd_send_state(peer_device, ns); in after_state_ch()
1995 drbd_send_state(peer_device, ns); in after_state_ch()
2002 drbd_send_state(peer_device, ns); in after_state_ch()
H A Ddrbd_int.h1022 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
H A Ddrbd_main.c1014 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) in drbd_send_state() function