Searched refs:ns_max (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/block/drbd/ |
H A D | drbd_state.c | 2031 union drbd_state ns_max; /* new, max state, over all devices */ member 2043 union drbd_state ns_max = acscw->ns_max; in w_after_conn_state_ch() local 2052 if (oc == C_STANDALONE && ns_max.conn == C_UNCONNECTED) in w_after_conn_state_ch() 2055 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() local 2233 ns_max.role = max_role(ns.role, ns_max in conn_set_state() 2290 union drbd_state ns_max, ns_min, os; _conn_request_state() local [all...] |
/kernel/linux/linux-6.6/drivers/block/drbd/ |
H A D | drbd_state.c | 2037 union drbd_state ns_max; /* new, max state, over all devices */ member 2049 union drbd_state ns_max = acscw->ns_max; in w_after_conn_state_ch() local 2058 if (oc == C_STANDALONE && ns_max.conn == C_UNCONNECTED) in w_after_conn_state_ch() 2061 if (oc == C_DISCONNECTING && ns_max.conn == C_STANDALONE) { in w_after_conn_state_ch() 2082 if (ns_max.susp_fen) { in w_after_conn_state_ch() 2084 if (ns_max.pdsk <= D_OUTDATED) { in w_after_conn_state_ch() 2202 union drbd_state ns, os, ns_max = { }; in conn_set_state() local 2238 ns_max.role = max_role(ns.role, ns_max in conn_set_state() 2295 union drbd_state ns_max, ns_min, os; _conn_request_state() local [all...] |
Completed in 9 milliseconds