bundle_data        78 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data        82 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data        93 lib/pacemaker/pcmk_sched_bundle.c     distribute_children(rsc, containers, nodes, bundle_data->nreplicas,
bundle_data        94 lib/pacemaker/pcmk_sched_bundle.c                         bundle_data->nreplicas_per_host, rsc->cluster);
bundle_data        98 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       152 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->child) {
bundle_data       155 lib/pacemaker/pcmk_sched_bundle.c         g_hash_table_iter_init(&iter, bundle_data->child->allowed_nodes);
bundle_data       157 lib/pacemaker/pcmk_sched_bundle.c             if (is_bundle_node(bundle_data, node)) {
bundle_data       164 lib/pacemaker/pcmk_sched_bundle.c                      rsc->id, bundle_data->child->id);
bundle_data       165 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->assign(bundle_data->child, prefer);
bundle_data       178 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       183 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data       184 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       202 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->child) {
bundle_data       203 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->create_actions(bundle_data->child);
bundle_data       205 lib/pacemaker/pcmk_sched_bundle.c         if (pcmk_is_set(bundle_data->child->flags, pe_rsc_promotable)) {
bundle_data       224 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       228 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data       230 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->child) {
bundle_data       231 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_resource_actions(rsc, RSC_START, bundle_data->child,
bundle_data       233 lib/pacemaker/pcmk_sched_bundle.c         pcmk__order_resource_actions(rsc, RSC_STOP, bundle_data->child,
bundle_data       236 lib/pacemaker/pcmk_sched_bundle.c         if (bundle_data->child->children) {
bundle_data       237 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(bundle_data->child, RSC_STARTED, rsc,
bundle_data       240 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(bundle_data->child, RSC_STOPPED, rsc,
bundle_data       244 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(bundle_data->child, RSC_START, rsc,
bundle_data       247 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(bundle_data->child, RSC_STOP, rsc,
bundle_data       253 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       309 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->child) {
bundle_data       310 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->internal_constraints(bundle_data->child);
bundle_data       311 lib/pacemaker/pcmk_sched_bundle.c         if (pcmk_is_set(bundle_data->child->flags, pe_rsc_promotable)) {
bundle_data       315 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(bundle_data->child, RSC_DEMOTED, rsc,
bundle_data       320 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(rsc, RSC_DEMOTE, bundle_data->child,
bundle_data       325 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(bundle_data->child, RSC_PROMOTED, rsc,
bundle_data       330 lib/pacemaker/pcmk_sched_bundle.c             pcmk__order_resource_actions(rsc, RSC_PROMOTE, bundle_data->child,
bundle_data       343 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       346 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data       351 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       461 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       502 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, primary);
bundle_data       506 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       893 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       894 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data       898 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       911 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->child
bundle_data       914 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->apply_location(bundle_data->child,
bundle_data       916 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->rsc_location = g_list_prepend(bundle_data->child->rsc_location,
bundle_data       930 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       934 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data       936 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->child) {
bundle_data       937 lib/pacemaker/pcmk_sched_bundle.c         bundle_data->child->cmds->add_actions_to_graph(bundle_data->child);
bundle_data       940 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1013 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1017 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1018 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1049 lib/pacemaker/pcmk_sched_bundle.c             for (GList *tIter = bundle_data->replicas;
bundle_data      1050 lib/pacemaker/pcmk_sched_bundle.c                  tIter && (bundle_data->nreplicas_per_host == 1);
bundle_data      1097 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1101 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1102 lib/pacemaker/pcmk_sched_bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1128 lib/pacemaker/pcmk_sched_bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1135 lib/pacemaker/pcmk_sched_bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1136 lib/pacemaker/pcmk_sched_bundle.c     if (bundle_data->replicas == NULL) {
bundle_data      1144 lib/pacemaker/pcmk_sched_bundle.c     replica = (pe__bundle_replica_t *) bundle_data->replicas->data;
bundle_data       632 lib/pengine/bundle.c mount_add(pe__bundle_variant_data_t *bundle_data, const char *source,
bundle_data       642 lib/pengine/bundle.c     bundle_data->mounts = g_list_append(bundle_data->mounts, mount);
bundle_data       666 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       676 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, top);
bundle_data       677 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data       759 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       765 lib/pengine/bundle.c     bundle_data = calloc(1, sizeof(pe__bundle_variant_data_t));
bundle_data       766 lib/pengine/bundle.c     rsc->variant_opaque = bundle_data;
bundle_data       767 lib/pengine/bundle.c     bundle_data->prefix = strdup(rsc->id);
bundle_data       771 lib/pengine/bundle.c         bundle_data->agent_type = PE__CONTAINER_AGENT_DOCKER;
bundle_data       775 lib/pengine/bundle.c             bundle_data->agent_type = PE__CONTAINER_AGENT_RKT;
bundle_data       779 lib/pengine/bundle.c                 bundle_data->agent_type = PE__CONTAINER_AGENT_PODMAN;
bundle_data       792 lib/pengine/bundle.c     pcmk__scan_min_int(value, &bundle_data->promoted_max, 0);
bundle_data       796 lib/pengine/bundle.c     if ((value == NULL) && (bundle_data->promoted_max > 0)) {
bundle_data       797 lib/pengine/bundle.c         bundle_data->nreplicas = bundle_data->promoted_max;
bundle_data       799 lib/pengine/bundle.c         pcmk__scan_min_int(value, &bundle_data->nreplicas, 1);
bundle_data       808 lib/pengine/bundle.c     pcmk__scan_min_int(value, &bundle_data->nreplicas_per_host, 1);
bundle_data       809 lib/pengine/bundle.c     if (bundle_data->nreplicas_per_host == 1) {
bundle_data       813 lib/pengine/bundle.c     bundle_data->container_command = crm_element_value_copy(xml_obj, "run-command");
bundle_data       814 lib/pengine/bundle.c     bundle_data->launcher_options = crm_element_value_copy(xml_obj, "options");
bundle_data       815 lib/pengine/bundle.c     bundle_data->image = crm_element_value_copy(xml_obj, "image");
bundle_data       816 lib/pengine/bundle.c     bundle_data->container_network = crm_element_value_copy(xml_obj, "network");
bundle_data       821 lib/pengine/bundle.c         bundle_data->ip_range_start = crm_element_value_copy(xml_obj, "ip-range-start");
bundle_data       822 lib/pengine/bundle.c         bundle_data->host_netmask = crm_element_value_copy(xml_obj, "host-netmask");
bundle_data       823 lib/pengine/bundle.c         bundle_data->host_network = crm_element_value_copy(xml_obj, "host-interface");
bundle_data       824 lib/pengine/bundle.c         bundle_data->control_port = crm_element_value_copy(xml_obj, "control-port");
bundle_data       826 lib/pengine/bundle.c         if (crm_str_to_boolean(value, &bundle_data->add_host) != 1) {
bundle_data       827 lib/pengine/bundle.c             bundle_data->add_host = TRUE;
bundle_data       846 lib/pengine/bundle.c                 bundle_data->ports = g_list_append(bundle_data->ports, port);
bundle_data       871 lib/pengine/bundle.c             mount_add(bundle_data, source, target, options, flags);
bundle_data       881 lib/pengine/bundle.c     if (xml_obj && valid_network(bundle_data)) {
bundle_data       891 lib/pengine/bundle.c         crm_xml_set_id(xml_resource, "%s-%s", bundle_data->prefix,
bundle_data       892 lib/pengine/bundle.c                       (bundle_data->promoted_max? "master"
bundle_data       896 lib/pengine/bundle.c         crm_xml_set_id(xml_set, "%s-%s-meta", bundle_data->prefix, xml_resource->name);
bundle_data       901 lib/pengine/bundle.c         value = pcmk__itoa(bundle_data->nreplicas);
bundle_data       906 lib/pengine/bundle.c         value = pcmk__itoa(bundle_data->nreplicas_per_host);
bundle_data       912 lib/pengine/bundle.c                               pcmk__btoa(bundle_data->nreplicas_per_host > 1));
bundle_data       914 lib/pengine/bundle.c         if (bundle_data->promoted_max) {
bundle_data       918 lib/pengine/bundle.c             value = pcmk__itoa(bundle_data->promoted_max);
bundle_data       939 lib/pengine/bundle.c         if (pe__unpack_resource(xml_resource, &(bundle_data->child), rsc,
bundle_data       965 lib/pengine/bundle.c         mount_add(bundle_data, DEFAULT_REMOTE_KEY_LOCATION,
bundle_data       969 lib/pengine/bundle.c             mount_add(bundle_data, CRM_BUNDLE_DIR, "/var/log", NULL,
bundle_data       974 lib/pengine/bundle.c         if(bundle_data->control_port) {
bundle_data       975 lib/pengine/bundle.c             port->source = strdup(bundle_data->control_port);
bundle_data       988 lib/pengine/bundle.c         bundle_data->ports = g_list_append(bundle_data->ports, port);
bundle_data       991 lib/pengine/bundle.c         for (childIter = bundle_data->child->children; childIter != NULL;
bundle_data      1002 lib/pengine/bundle.c                 pe__set_resource_flags(bundle_data->child, pe_rsc_notify);
bundle_data      1005 lib/pengine/bundle.c             allocate_ip(bundle_data, replica, buffer);
bundle_data      1006 lib/pengine/bundle.c             bundle_data->replicas = g_list_append(bundle_data->replicas,
bundle_data      1008 lib/pengine/bundle.c             bundle_data->attribute_target = g_hash_table_lookup(replica->child->meta,
bundle_data      1011 lib/pengine/bundle.c         bundle_data->container_host_options = g_string_free(buffer, FALSE);
bundle_data      1013 lib/pengine/bundle.c         if (bundle_data->attribute_target) {
bundle_data      1015 lib/pengine/bundle.c                                  strdup(bundle_data->attribute_target));
bundle_data      1016 lib/pengine/bundle.c             g_hash_table_replace(bundle_data->child->meta,
bundle_data      1018 lib/pengine/bundle.c                                  strdup(bundle_data->attribute_target));
bundle_data      1025 lib/pengine/bundle.c         for (int lpc = 0; lpc < bundle_data->nreplicas; lpc++) {
bundle_data      1029 lib/pengine/bundle.c             allocate_ip(bundle_data, replica, buffer);
bundle_data      1030 lib/pengine/bundle.c             bundle_data->replicas = g_list_append(bundle_data->replicas,
bundle_data      1033 lib/pengine/bundle.c         bundle_data->container_host_options = g_string_free(buffer, FALSE);
bundle_data      1036 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1040 lib/pengine/bundle.c         if (create_replica_resources(rsc, bundle_data, replica) != pcmk_rc_ok) {
bundle_data      1070 lib/pengine/bundle.c     if (bundle_data->child) {
bundle_data      1071 lib/pengine/bundle.c         rsc->children = g_list_append(rsc->children, bundle_data->child);
bundle_data      1094 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1097 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1098 lib/pengine/bundle.c     for (iter = bundle_data->replicas; iter != NULL; iter = iter->next) {
bundle_data      1142 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1145 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, bundle);
bundle_data      1146 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1185 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1194 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1198 lib/pengine/bundle.c     status_print("type=\"%s\" ", container_agent_str(bundle_data->agent_type));
bundle_data      1199 lib/pengine/bundle.c     status_print("image=\"%s\" ", bundle_data->image);
bundle_data      1205 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1230 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1237 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1245 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1274 lib/pengine/bundle.c                      "type", container_agent_str(bundle_data->agent_type),
bundle_data      1275 lib/pengine/bundle.c                      "image", bundle_data->image,
bundle_data      1354 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1360 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1368 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1395 lib/pengine/bundle.c                                      (bundle_data->nreplicas > 1)? " set" : "",
bundle_data      1396 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
bundle_data      1400 lib/pengine/bundle.c             if (pcmk__list_of_multiple(bundle_data->replicas)) {
bundle_data      1424 lib/pengine/bundle.c             if (pcmk__list_of_multiple(bundle_data->replicas)) {
bundle_data      1431 lib/pengine/bundle.c                                      (bundle_data->nreplicas > 1)? " set" : "",
bundle_data      1432 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
bundle_data      1482 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1486 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1496 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1523 lib/pengine/bundle.c                                      (bundle_data->nreplicas > 1)? " set" : "",
bundle_data      1524 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
bundle_data      1528 lib/pengine/bundle.c             if (pcmk__list_of_multiple(bundle_data->replicas)) {
bundle_data      1559 lib/pengine/bundle.c                                      (bundle_data->nreplicas > 1)? " set" : "",
bundle_data      1560 lib/pengine/bundle.c                                      rsc->id, bundle_data->image,
bundle_data      1615 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1624 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1631 lib/pengine/bundle.c                  pre_text, ((bundle_data->nreplicas > 1)? " set" : ""),
bundle_data      1632 lib/pengine/bundle.c                  rsc->id, bundle_data->image,
bundle_data      1640 lib/pengine/bundle.c     for (GList *gIter = bundle_data->replicas; gIter != NULL;
bundle_data      1651 lib/pengine/bundle.c             if (pcmk__list_of_multiple(bundle_data->replicas)) {
bundle_data      1716 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1719 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1722 lib/pengine/bundle.c     free(bundle_data->prefix);
bundle_data      1723 lib/pengine/bundle.c     free(bundle_data->image);
bundle_data      1724 lib/pengine/bundle.c     free(bundle_data->control_port);
bundle_data      1725 lib/pengine/bundle.c     free(bundle_data->host_network);
bundle_data      1726 lib/pengine/bundle.c     free(bundle_data->host_netmask);
bundle_data      1727 lib/pengine/bundle.c     free(bundle_data->ip_range_start);
bundle_data      1728 lib/pengine/bundle.c     free(bundle_data->container_network);
bundle_data      1729 lib/pengine/bundle.c     free(bundle_data->launcher_options);
bundle_data      1730 lib/pengine/bundle.c     free(bundle_data->container_command);
bundle_data      1731 lib/pengine/bundle.c     g_free(bundle_data->container_host_options);
bundle_data      1733 lib/pengine/bundle.c     g_list_free_full(bundle_data->replicas,
bundle_data      1735 lib/pengine/bundle.c     g_list_free_full(bundle_data->mounts, (GDestroyNotify)mount_free);
bundle_data      1736 lib/pengine/bundle.c     g_list_free_full(bundle_data->ports, (GDestroyNotify)port_free);
bundle_data      1739 lib/pengine/bundle.c     if(bundle_data->child) {
bundle_data      1740 lib/pengine/bundle.c         free_xml(bundle_data->child->xml);
bundle_data      1741 lib/pengine/bundle.c         bundle_data->child->xml = NULL;
bundle_data      1742 lib/pengine/bundle.c         bundle_data->child->fns->free(bundle_data->child);
bundle_data      1767 lib/pengine/bundle.c         pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1769 lib/pengine/bundle.c         get_bundle_variant_data(bundle_data, rsc);
bundle_data      1770 lib/pengine/bundle.c         return bundle_data->nreplicas;
bundle_data      1777 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1779 lib/pengine/bundle.c     get_bundle_variant_data(bundle_data, rsc);
bundle_data      1780 lib/pengine/bundle.c     for (GList *item = bundle_data->replicas; item != NULL; item = item->next) {
bundle_data      1802 lib/pengine/bundle.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data      1807 lib/pengine/bundle.c         get_bundle_variant_data(bundle_data, rsc);
bundle_data      1809 lib/pengine/bundle.c         for (GList *gIter = bundle_data->replicas; gIter != NULL; gIter = gIter->next) {
bundle_data       433 lib/pengine/tests/native/native_find_rsc_test.c     pe__bundle_variant_data_t *bundle_data = NULL;
bundle_data       441 lib/pengine/tests/native/native_find_rsc_test.c     get_bundle_variant_data(bundle_data, httpd_bundle);
bundle_data       442 lib/pengine/tests/native/native_find_rsc_test.c     replica_0 = (pe__bundle_replica_t *) bundle_data->replicas->data;