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()
1547 .res_role = resource_state_change->role[NEW], in notify_resource_state_change()
1548 .res_susp = resource_state_change->susp[NEW], in notify_resource_state_change()
1549 .res_susp_nod = resource_state_change->susp_nod[NEW], in notify_resource_state_change()
1550 .res_susp_fen = resource_state_change->susp_fen[NEW], in notify_resource_state_change()
1563 .conn_connection_state = connection_state_change->cstate[NEW], in notify_connection_state_change()
1564 .conn_role = connection_state_change->peer_role[NEW], in notify_connection_state_change()
1577 .dev_disk_state = device_state_change->disk_state[NEW], in notify_device_state_change()
1590 .peer_repl_state = p->repl_state[NEW], in notify_peer_device_state_change()
1591 .peer_disk_state = p->disk_state[NEW], in notify_peer_device_state_change()
1592 .peer_resync_susp_user = p->resync_susp_user[NEW], in notify_peer_device_state_change()
1593 .peer_resync_susp_peer = p->resync_susp_peer[NEW], in notify_peer_device_state_change()
1594 .peer_resync_susp_dependency = p->resync_susp_dependency[NEW], in notify_peer_device_state_change()
1609 #define HAS_CHANGED(state) ((state)[OLD] != (state)[NEW]) in broadcast_state_change()