notify_action     319 lib/pengine/pe_notif.c     pcmk_action_t *notify_action = NULL;
notify_action     350 lib/pengine/pe_notif.c     notify_action = custom_action(rsc, key, op->task, node,
notify_action     355 lib/pengine/pe_notif.c     g_hash_table_foreach(op->meta, copy_meta_to_notify, notify_action);
notify_action     356 lib/pengine/pe_notif.c     add_notify_data_to_action_meta(n_data, notify_action);
notify_action     359 lib/pengine/pe_notif.c     order_actions(op, notify_action, pcmk__ar_ordered);
notify_action     360 lib/pengine/pe_notif.c     order_actions(notify_action, notify_done, pcmk__ar_ordered);
notify_action     361 lib/pengine/pe_notif.c     return notify_action;