Lines Matching refs:drbd_state
39 #include "drbd_state.h"
855 union drbd_state new_state_tmp;
1092 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
1640 union drbd_state os;
1641 union drbd_state ns;
1696 static inline union drbd_state drbd_read_state(struct drbd_device *device)
1699 union drbd_state rv;
1954 extern int drbd_send_state_req(struct drbd_peer_device *, union drbd_state, union drbd_state);
1955 extern int conn_send_state_req(struct drbd_connection *, union drbd_state, union drbd_state);