Lines Matching refs:NEW
167 resource_state_change->role[NEW] = in remember_new_state()
169 resource_state_change->susp[NEW] = resource->susp; in remember_new_state()
170 resource_state_change->susp_nod[NEW] = resource->susp_nod; in remember_new_state()
171 resource_state_change->susp_fen[NEW] = resource->susp_fen; in remember_new_state()
178 device_state_change->disk_state[NEW] = device->state.disk; in remember_new_state()
187 connection_state_change->cstate[NEW] = connection->cstate; in remember_new_state()
188 connection_state_change->peer_role[NEW] = in remember_new_state()
199 peer_device_state_change->disk_state[NEW] = state.pdsk; in remember_new_state()
200 peer_device_state_change->repl_state[NEW] = in remember_new_state()
202 peer_device_state_change->resync_susp_user[NEW] = in remember_new_state()
204 peer_device_state_change->resync_susp_peer[NEW] = in remember_new_state()
206 peer_device_state_change->resync_susp_dependency[NEW] = in remember_new_state()
217 (x[NEW] = x[OLD]) in copy_old_to_new_state_change()
1551 .res_role = resource_state_change->role[NEW], in notify_resource_state_change()
1552 .res_susp = resource_state_change->susp[NEW], in notify_resource_state_change()
1553 .res_susp_nod = resource_state_change->susp_nod[NEW], in notify_resource_state_change()
1554 .res_susp_fen = resource_state_change->susp_fen[NEW], in notify_resource_state_change()
1568 .conn_connection_state = p->cstate[NEW], in notify_connection_state_change()
1569 .conn_role = p->peer_role[NEW], in notify_connection_state_change()
1583 .dev_disk_state = device_state_change->disk_state[NEW], in notify_device_state_change()
1597 .peer_repl_state = p->repl_state[NEW], in notify_peer_device_state_change()
1598 .peer_disk_state = p->disk_state[NEW], in notify_peer_device_state_change()
1599 .peer_resync_susp_user = p->resync_susp_user[NEW], in notify_peer_device_state_change()
1600 .peer_resync_susp_peer = p->resync_susp_peer[NEW], in notify_peer_device_state_change()
1601 .peer_resync_susp_dependency = p->resync_susp_dependency[NEW], in notify_peer_device_state_change()
1616 #define HAS_CHANGED(state) ((state)[OLD] != (state)[NEW]) in broadcast_state_change()