location_rule    1003 pengine/constraints.c     rsc_to_node_t *location_rule = NULL;
location_rule    1028 pengine/constraints.c     location_rule = rsc2node_new(rule_id, rsc, 0, discovery, NULL, data_set);
location_rule    1030 pengine/constraints.c     if (location_rule == NULL) {
location_rule    1047 pengine/constraints.c         location_rule->role_filter = text2role(role);
location_rule    1048 pengine/constraints.c         if (location_rule->role_filter == RSC_ROLE_SLAVE) {
location_rule    1052 pengine/constraints.c             location_rule->role_filter = RSC_ROLE_UNKNOWN;
location_rule    1112 pengine/constraints.c     location_rule->node_list_rh = match_L;
location_rule    1113 pengine/constraints.c     if (location_rule->node_list_rh == NULL) {
location_rule    1118 pengine/constraints.c     crm_trace("%s: %d nodes matched", rule_id, g_list_length(location_rule->node_list_rh));
location_rule    1119 pengine/constraints.c     return location_rule;