rh_rsc 1224 pengine/allocate.c order_action_then_stop(action_t *lh_action, resource_t *rh_rsc, rh_rsc 1227 pengine/allocate.c if (lh_action && rh_rsc && data_set) { rh_rsc 1229 pengine/allocate.c rh_rsc, stop_key(rh_rsc), NULL, rh_rsc 1742 pengine/allocate.c resource_t *rh_rsc = order->rh_rsc; rh_rsc 1754 pengine/allocate.c if (lh_actions == NULL && lh_rsc != rh_rsc) { rh_rsc 1788 pengine/allocate.c if (rh_rsc == NULL && order->rh_action) { rh_rsc 1789 pengine/allocate.c rh_rsc = order->rh_action->rsc; rh_rsc 1791 pengine/allocate.c if (rh_rsc) { rh_rsc 1792 pengine/allocate.c rsc_order_then(lh_action_iter, rh_rsc, order); rh_rsc 2343 pengine/allocate.c rsc = order->rh_rsc; rh_rsc 70 pengine/allocate.h extern void native_rsc_colocation_lh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 72 pengine/allocate.h extern void native_rsc_colocation_rh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 89 pengine/allocate.h extern void group_rsc_colocation_lh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 91 pengine/allocate.h extern void group_rsc_colocation_rh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 102 pengine/allocate.h extern void container_rsc_colocation_lh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 104 pengine/allocate.h extern void container_rsc_colocation_rh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 117 pengine/allocate.h extern void clone_rsc_colocation_lh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 119 pengine/allocate.h extern void clone_rsc_colocation_rh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 132 pengine/allocate.h extern void master_rsc_colocation_rh(resource_t * lh_rsc, resource_t * rh_rsc, rh_rsc 1293 pengine/constraints.c resource_t * rh_rsc, const char *rh_task, rh_rsc 1301 pengine/constraints.c CRM_CHECK(rh_rsc != NULL, return -1); rh_rsc 1313 pengine/constraints.c rh_key = generate_op_key(rh_rsc->id, rh_task, 0); rh_rsc 1315 pengine/constraints.c return custom_action_order(lh_rsc, lh_key, NULL, rh_rsc, rh_key, NULL, type, data_set); rh_rsc 1354 pengine/constraints.c if (order->lh_rsc == NULL || order->rh_rsc == NULL) { rh_rsc 1356 pengine/constraints.c } else if (order->lh_rsc == order->rh_rsc) { rh_rsc 1360 pengine/constraints.c } else if (is_parent(order->lh_rsc, order->rh_rsc)) { rh_rsc 1362 pengine/constraints.c } else if (is_parent(order->rh_rsc, order->lh_rsc)) { rh_rsc 1367 pengine/constraints.c rh_migratable = is_set(order->rh_rsc->flags, pe_rsc_allow_migrate); rh_rsc 1392 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATE, 0), NULL, rh_rsc 1404 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATE, 0), NULL, rh_rsc 1419 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATE, 0), NULL, rh_rsc 1424 pengine/constraints.c if (order->rh_rsc->partial_migration_target) { rh_rsc 1426 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATED, 0), NULL, rh_rsc 1437 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATE, 0), NULL, rh_rsc 1448 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATE, 0), NULL, rh_rsc 1453 pengine/constraints.c if (order->rh_rsc->partial_migration_target) { rh_rsc 1455 pengine/constraints.c order->rh_rsc, generate_op_key(order->rh_rsc->id, RSC_MIGRATED, 0), NULL, rh_rsc 1469 pengine/constraints.c resource_t * rh_rsc, char *rh_action_task, action_t * rh_action, rh_rsc 1477 pengine/constraints.c if (rh_rsc == NULL && rh_action) { rh_rsc 1478 pengine/constraints.c rh_rsc = rh_action->rsc; rh_rsc 1482 pengine/constraints.c || (rh_action == NULL && rh_rsc == NULL)) { rh_rsc 1483 pengine/constraints.c crm_config_err("Invalid inputs %p.%p %p.%p", lh_rsc, lh_action, rh_rsc, rh_action); rh_rsc 1493 pengine/constraints.c rh_rsc?rh_rsc->id:"NA", rh_action_task, rh_action?rh_action->uuid:"NA"); rh_rsc 1500 pengine/constraints.c order->rh_rsc = rh_rsc; rh_rsc 1518 pengine/constraints.c if (order->rh_rsc == NULL && rh_action) { rh_rsc 1519 pengine/constraints.c order->rh_rsc = rh_action->rsc; rh_rsc 97 pengine/pengine.h resource_t *rh_rsc; rh_rsc 129 pengine/pengine.h resource_t * rh_rsc, char *rh_task, action_t * rh_action, rh_rsc 133 pengine/pengine.h resource_t * rh_rsc, const char *rh_task,