post_done         198 include/crm/pengine/internal.h     pe_action_t *post_done;
post_done         914 lib/pacemaker/pcmk_sched_clone.c             order_actions((*stop_notify)->post_done, (*start_notify)->pre, pe_order_optional);
post_done         260 lib/pacemaker/pcmk_sched_notif.c     notify = pe_notify(rsc, node, n_data->post, n_data->post_done, n_data, data_set);
post_done         266 lib/pacemaker/pcmk_sched_notif.c     if (n_data->post_done) {
post_done         282 lib/pacemaker/pcmk_sched_notif.c             order_actions(n_data->post_done, mon, pe_order_optional);
post_done         375 lib/pacemaker/pcmk_sched_notif.c         n_data->post_done = custom_action(rsc, key, RSC_NOTIFIED, NULL,
post_done         379 lib/pacemaker/pcmk_sched_notif.c         n_data->post_done->priority = INFINITY;
post_done         380 lib/pacemaker/pcmk_sched_notif.c         update_action_flags(n_data->post_done, pe_action_pseudo, __func__,
post_done         383 lib/pacemaker/pcmk_sched_notif.c             update_action_flags(n_data->post_done, pe_action_runnable,
post_done         386 lib/pacemaker/pcmk_sched_notif.c             update_action_flags(n_data->post_done, pe_action_runnable | pe_action_clear,
post_done         390 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_type", "post");
post_done         391 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_operation", n_data->action);
post_done         393 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_key_type", "confirmed-post");
post_done         394 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_key_operation", end->task);
post_done         397 lib/pacemaker/pcmk_sched_notif.c         order_actions(n_data->post, n_data->post_done, pe_order_implies_then);
post_done         615 lib/pacemaker/pcmk_sched_notif.c         update_action_flags(n_data->post_done, pe_action_optional | pe_action_clear,
post_done         880 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->stop_notify->post_done, clone_data->promote_notify->pre,
post_done         882 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->start_notify->post_done, clone_data->promote_notify->pre,
post_done         884 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->promote_notify->pre,
post_done         886 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->start_notify->pre,
post_done         888 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->stop_notify->pre,