Lines Matching refs:susp_nod
108 state_change->resource->susp_nod[OLD] = resource->susp_nod; in remember_old_state()
170 resource_state_change->susp_nod[NEW] = resource->susp_nod; in remember_new_state()
221 OLD_TO_NEW(resource_state_change->susp_nod); in copy_old_to_new_state_change()
291 return s.susp || s.susp_nod || s.susp_fen; in is_susp()
729 ns.susp_nod ? 'N' : '-' in print_st()
1201 ns.susp_nod = 1; /* Suspend IO while no data available (no accessible data available) */ in sanitize_state()
1334 device->resource->susp_nod = ns.susp_nod; in _drbd_set_state()
1549 .res_susp_nod = resource_state_change->susp_nod[NEW], in notify_resource_state_change()
1625 HAS_CHANGED(resource_state_change->susp_nod) || in broadcast_state_change()
1733 if (ns.susp_nod) { in after_state_ch()
1744 if (resource->susp_nod && what != NOTHING) { in after_state_ch()
1747 (union drbd_state) { { .susp_nod = 1 } }, in after_state_ch()
1748 (union drbd_state) { { .susp_nod = 0 } }, in after_state_ch()
2259 ns_min.susp_nod = ns_max.susp_nod = connection->resource->susp_nod; in conn_set_state()