post_done         199 include/crm/pengine/internal.h     pe_action_t *post_done;
post_done         941 lib/pacemaker/pcmk_sched_clone.c             order_actions((*stop_notify)->post_done, (*start_notify)->pre, pe_order_optional);
post_done         262 lib/pacemaker/pcmk_sched_notif.c     notify = pe_notify(rsc, node, n_data->post, n_data->post_done, n_data, data_set);
post_done         268 lib/pacemaker/pcmk_sched_notif.c     if (n_data->post_done) {
post_done         284 lib/pacemaker/pcmk_sched_notif.c             order_actions(n_data->post_done, mon, pe_order_optional);
post_done         368 lib/pacemaker/pcmk_sched_notif.c         n_data->post_done = custom_action(rsc, key, RSC_NOTIFIED, NULL,
post_done         372 lib/pacemaker/pcmk_sched_notif.c         n_data->post_done->priority = INFINITY;
post_done         373 lib/pacemaker/pcmk_sched_notif.c         pe__set_action_flags(n_data->post_done, pe_action_pseudo);
post_done         375 lib/pacemaker/pcmk_sched_notif.c             pe__set_action_flags(n_data->post_done, pe_action_runnable);
post_done         377 lib/pacemaker/pcmk_sched_notif.c             pe__clear_action_flags(n_data->post_done, pe_action_runnable);
post_done         380 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_type", "post");
post_done         381 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_operation", n_data->action);
post_done         383 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_key_type", "confirmed-post");
post_done         384 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_key_operation", end->task);
post_done         387 lib/pacemaker/pcmk_sched_notif.c         order_actions(n_data->post, n_data->post_done, pe_order_implies_then);
post_done         610 lib/pacemaker/pcmk_sched_notif.c         pe__clear_action_flags(n_data->post_done, pe_action_optional);
post_done         875 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->stop_notify->post_done, clone_data->promote_notify->pre,
post_done         877 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->start_notify->post_done, clone_data->promote_notify->pre,
post_done         879 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->promote_notify->pre,
post_done         881 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->start_notify->pre,
post_done         883 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->stop_notify->pre,