Lines Matching refs:NEW

179 	resource_state_change->role[NEW] =  in remember_new_state()
181 resource_state_change->susp[NEW] = resource->susp; in remember_new_state()
182 resource_state_change->susp_nod[NEW] = resource->susp_nod; in remember_new_state()
183 resource_state_change->susp_fen[NEW] = resource->susp_fen; in remember_new_state()
190 device_state_change->disk_state[NEW] = device->state.disk; in remember_new_state()
199 connection_state_change->cstate[NEW] = connection->cstate; in remember_new_state()
200 connection_state_change->peer_role[NEW] = in remember_new_state()
211 peer_device_state_change->disk_state[NEW] = state.pdsk; in remember_new_state()
212 peer_device_state_change->repl_state[NEW] = in remember_new_state()
214 peer_device_state_change->resync_susp_user[NEW] = in remember_new_state()
216 peer_device_state_change->resync_susp_peer[NEW] = in remember_new_state()
218 peer_device_state_change->resync_susp_dependency[NEW] = in remember_new_state()
229 (x[NEW] = x[OLD]) in copy_old_to_new_state_change()
1561 .res_role = resource_state_change->role[NEW], in notify_resource_state_change()
1562 .res_susp = resource_state_change->susp[NEW], in notify_resource_state_change()
1563 .res_susp_nod = resource_state_change->susp_nod[NEW], in notify_resource_state_change()
1564 .res_susp_fen = resource_state_change->susp_fen[NEW], in notify_resource_state_change()
1577 .conn_connection_state = connection_state_change->cstate[NEW], in notify_connection_state_change()
1578 .conn_role = connection_state_change->peer_role[NEW], in notify_connection_state_change()
1591 .dev_disk_state = device_state_change->disk_state[NEW], in notify_device_state_change()
1604 .peer_repl_state = p->repl_state[NEW], in notify_peer_device_state_change()
1605 .peer_disk_state = p->disk_state[NEW], in notify_peer_device_state_change()
1606 .peer_resync_susp_user = p->resync_susp_user[NEW], in notify_peer_device_state_change()
1607 .peer_resync_susp_peer = p->resync_susp_peer[NEW], in notify_peer_device_state_change()
1608 .peer_resync_susp_dependency = p->resync_susp_dependency[NEW], in notify_peer_device_state_change()
1623 #define HAS_CHANGED(state) ((state)[OLD] != (state)[NEW]) in broadcast_state_change()