Lines Matching refs:drbd_state
39 #include "drbd_state.h"
785 union drbd_state new_state_tmp;
1022 extern int drbd_send_state(struct drbd_peer_device *, union drbd_state s);
1577 union drbd_state os;
1578 union drbd_state ns;
1633 static inline union drbd_state drbd_read_state(struct drbd_device *device)
1636 union drbd_state rv;
1890 extern int drbd_send_state_req(struct drbd_peer_device *, union drbd_state, union drbd_state);
1891 extern int conn_send_state_req(struct drbd_connection *, union drbd_state, union drbd_state);