post_done         202 include/crm/pengine/internal.h     pe_action_t *post_done;
post_done         945 lib/pacemaker/pcmk_sched_clone.c             order_actions((*stop_notify)->post_done, (*start_notify)->pre, pe_order_optional);
post_done         379 lib/pacemaker/pcmk_sched_notif.c     notify = new_notify_action(rsc, node, n_data->post, n_data->post_done,
post_done         386 lib/pacemaker/pcmk_sched_notif.c     if (n_data->post_done == NULL) {
post_done         399 lib/pacemaker/pcmk_sched_notif.c         order_actions(n_data->post_done, mon, pe_order_optional);
post_done         485 lib/pacemaker/pcmk_sched_notif.c         n_data->post_done = new_notify_pseudo_action(rsc, complete,
post_done         488 lib/pacemaker/pcmk_sched_notif.c         n_data->post_done->priority = INFINITY;
post_done         490 lib/pacemaker/pcmk_sched_notif.c             pe__set_action_flags(n_data->post_done, pe_action_runnable);
post_done         492 lib/pacemaker/pcmk_sched_notif.c             pe__clear_action_flags(n_data->post_done, pe_action_runnable);
post_done         494 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta, "notify_type", "post");
post_done         495 lib/pacemaker/pcmk_sched_notif.c         add_hash_param(n_data->post_done->meta,
post_done         500 lib/pacemaker/pcmk_sched_notif.c         order_actions(n_data->post, n_data->post_done, pe_order_implies_then);
post_done         755 lib/pacemaker/pcmk_sched_notif.c         pe__clear_action_flags(n_data->post_done, pe_action_optional);
post_done         882 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->stop_notify->post_done, clone_data->promote_notify->pre,
post_done         884 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->start_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->promote_notify->pre,
post_done         888 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->start_notify->pre,
post_done         890 lib/pacemaker/pcmk_sched_promotable.c             order_actions(clone_data->demote_notify->post_done, clone_data->stop_notify->pre,