Searched refs:ns_max (Results 1 – 1 of 1) sorted by relevance
2032 union drbd_state ns_max; /* new, max state, over all devices */ member2044 union drbd_state ns_max = acscw->ns_max; in w_after_conn_state_ch() local2053 if (oc == C_STANDALONE && ns_max.conn == C_UNCONNECTED) in w_after_conn_state_ch()2056 if (oc == C_DISCONNECTING && ns_max.conn == C_STANDALONE) { in w_after_conn_state_ch()2077 if (ns_max.susp_fen) { in w_after_conn_state_ch()2079 if (ns_max.pdsk <= D_OUTDATED) { in w_after_conn_state_ch()2197 union drbd_state ns, os, ns_max = { }; in conn_set_state() local2233 ns_max.role = max_role(ns.role, ns_max.role); in conn_set_state()2234 ns_max.peer = max_role(ns.peer, ns_max.peer); in conn_set_state()2235 ns_max.conn = max_t(enum drbd_conns, ns.conn, ns_max.conn); in conn_set_state()[all …]