Searched refs:drbd_send_state (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_state.c | 1781 * the sync uuid now. Need to do that before any drbd_send_state, or in after_state_ch() 1802 drbd_send_state(peer_device, ns); in after_state_ch() 1862 drbd_send_state(peer_device, ns); in after_state_ch() 1869 drbd_send_state(peer_device, ns); in after_state_ch() 1879 drbd_send_state(peer_device, ns); in after_state_ch() 1882 drbd_send_state(peer_device, ns); in after_state_ch() 1908 /* Intentionally call this handler first, before drbd_send_state(). in after_state_ch() 1940 drbd_send_state(peer_device, ns); in after_state_ch() 1964 drbd_send_state(peer_device, ns); in after_state_ch() 1972 drbd_send_state(peer_devic in after_state_ch() [all...] |
H A D | drbd_int.h | 1092 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
|
H A D | drbd_main.c | 1019 * drbd_send_state() - After a state change, sends the new state to the peer 1028 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) in drbd_send_state() function
|
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_state.c | 1785 * the sync uuid now. Need to do that before any drbd_send_state, or in after_state_ch() 1806 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() 1913 /* Intentionally call this handler first, before drbd_send_state(). 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_devic in after_state_ch() [all...] |
H A D | drbd_int.h | 1022 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
|
H A D | drbd_main.c | 1005 * drbd_send_state() - After a state change, sends the new state to the peer 1014 int drbd_send_state(struct drbd_peer_device *peer_device, union drbd_state state) in drbd_send_state() function
|
Completed in 25 milliseconds