Lines Matching defs:state
421 * Gets cleared when the state.conn
422 * goes into C_CONNECTED state. */
566 CONN_WD_ST_CHG_REQ, /* A cluster wide state change on the connection is active */
571 STATE_SENT, /* Do not change state/UUIDs while this is set */
633 wait_queue_head_t ping_wait; /* Woken upon reception of a ping, and a state change */
784 /* Used after attach while negotiating new disk state. */
787 union drbd_dev_state state;
789 wait_queue_head_t state_wait; /* upon each state change. */
821 /* cumulated time in PausedSyncX state [unit jiffies] */
1568 /* state info broadcast */
1638 rv.i = device->state.i;
1668 if (device->state.disk > D_INCONSISTENT)
1700 if (device->state.disk > D_FAILED) {
2010 * @_min_state: Minimum device state required for success.
2021 enum drbd_disk_state disk_state = device->state.disk;
2022 /* We must check the state *before* the atomic_dec becomes visible,
2024 * while state still D_FAILED, will then see D_DISKLESS in the
2051 if (device->state.disk == D_DISKLESS)
2055 io_allowed = (device->state.disk >= mins);
2082 union drbd_dev_state s = device->state;
2085 * for any newly introduced state we may have forgotten to add here */
2135 /* disk state is stable as well. */