Lines Matching refs:susp_nod
120 state_change->resource->susp_nod[OLD] = resource->susp_nod; in remember_old_state()
182 resource_state_change->susp_nod[NEW] = resource->susp_nod; in remember_new_state()
233 OLD_TO_NEW(resource_state_change->susp_nod); in copy_old_to_new_state_change()
303 return s.susp || s.susp_nod || s.susp_fen; in is_susp()
743 ns.susp_nod ? 'N' : '-' in print_st()
1215 ns.susp_nod = 1; /* Suspend IO while no data available (no accessible data available) */ in sanitize_state()
1348 device->resource->susp_nod = ns.susp_nod; in _drbd_set_state()
1563 .res_susp_nod = resource_state_change->susp_nod[NEW], in notify_resource_state_change()
1639 HAS_CHANGED(resource_state_change->susp_nod) || in broadcast_state_change()
1746 if (ns.susp_nod) { in after_state_ch()
1757 if (resource->susp_nod && what != NOTHING) { in after_state_ch()
1760 (union drbd_state) { { .susp_nod = 1 } }, in after_state_ch()
1761 (union drbd_state) { { .susp_nod = 0 } }, in after_state_ch()
2273 ns_min.susp_nod = ns_max.susp_nod = connection->resource->susp_nod; in conn_set_state()