lh_action         144 include/crm/pengine/internal.h extern gboolean order_actions(action_t * lh_action, action_t * rh_action, enum pe_ordering order);
lh_action        1726 lib/pengine/utils.c order_actions(action_t * lh_action, action_t * rh_action, enum pe_ordering order)
lh_action        1736 lib/pengine/utils.c     if (lh_action == NULL || rh_action == NULL) {
lh_action        1740 lib/pengine/utils.c     crm_trace("Ordering Action %s before %s", lh_action->uuid, rh_action->uuid);
lh_action        1743 lib/pengine/utils.c     CRM_ASSERT(lh_action != rh_action);
lh_action        1746 lib/pengine/utils.c     gIter = lh_action->actions_after;
lh_action        1759 lib/pengine/utils.c     list = lh_action->actions_after;
lh_action        1761 lib/pengine/utils.c     lh_action->actions_after = list;
lh_action        1769 lib/pengine/utils.c     wrapper->action = lh_action;
lh_action        1224 pengine/allocate.c order_action_then_stop(action_t *lh_action, resource_t *rh_rsc,
lh_action        1227 pengine/allocate.c     if (lh_action && rh_rsc && data_set) {
lh_action        1228 pengine/allocate.c         custom_action_order(lh_action->rsc, NULL, lh_action,
lh_action        1683 pengine/allocate.c rsc_order_then(action_t * lh_action, resource_t * rsc, order_constraint_t * order)
lh_action        1706 pengine/allocate.c         if (lh_action) {
lh_action        1707 pengine/allocate.c             pe_rsc_trace(rsc, "LH-Side was: %s", lh_action->uuid);
lh_action        1712 pengine/allocate.c     if (lh_action && lh_action->rsc == rsc && is_set(lh_action->flags, pe_action_dangle)) {
lh_action        1713 pengine/allocate.c         pe_rsc_trace(rsc, "Detected dangling operation %s -> %s", lh_action->uuid,
lh_action        1722 pengine/allocate.c         if (lh_action) {
lh_action        1723 pengine/allocate.c             order_actions(lh_action, rh_action_iter, type);
lh_action        1741 pengine/allocate.c     action_t *lh_action = order->lh_action;
lh_action        1747 pengine/allocate.c     if (lh_action != NULL) {
lh_action        1748 pengine/allocate.c         lh_actions = g_list_prepend(NULL, lh_action);
lh_action        1750 pengine/allocate.c     } else if (lh_action == NULL) {
lh_action        1776 pengine/allocate.c             lh_action = custom_action(lh_rsc, key, op_type, NULL, TRUE, TRUE, data_set);
lh_action        1777 pengine/allocate.c             lh_actions = g_list_prepend(NULL, lh_action);
lh_action        2346 pengine/allocate.c             rsc_order_then(order->lh_action, rsc, order);
lh_action        2350 pengine/allocate.c             order_actions(order->lh_action, order->rh_action, order->type);
lh_action        1379 pengine/constraints.c     lh_task = task_from_action_or_key(order->lh_action, order->lh_action_task);
lh_action        1468 pengine/constraints.c custom_action_order(resource_t * lh_rsc, char *lh_action_task, action_t * lh_action,
lh_action        1474 pengine/constraints.c     if (lh_rsc == NULL && lh_action) {
lh_action        1475 pengine/constraints.c         lh_rsc = lh_action->rsc;
lh_action        1481 pengine/constraints.c     if ((lh_action == NULL && lh_rsc == NULL)
lh_action        1483 pengine/constraints.c         crm_config_err("Invalid inputs %p.%p %p.%p", lh_rsc, lh_action, rh_rsc, rh_action);
lh_action        1492 pengine/constraints.c               lh_rsc?lh_rsc->id:"NA", lh_action_task, lh_action?lh_action->uuid:"NA",
lh_action        1501 pengine/constraints.c     order->lh_action = lh_action;
lh_action        1506 pengine/constraints.c     if (order->lh_action_task == NULL && lh_action) {
lh_action        1507 pengine/constraints.c         order->lh_action_task = strdup(lh_action->uuid);
lh_action        1514 pengine/constraints.c     if (order->lh_rsc == NULL && lh_action) {
lh_action        1515 pengine/constraints.c         order->lh_rsc = lh_action->rsc;
lh_action          93 pengine/pengine.h     action_t *lh_action;
lh_action         128 pengine/pengine.h extern int custom_action_order(resource_t * lh_rsc, char *lh_task, action_t * lh_action,