location_rule 1086 lib/pacemaker/pcmk_sched_constraints.c pe__location_t *location_rule = NULL; location_rule 1111 lib/pacemaker/pcmk_sched_constraints.c location_rule = rsc2node_new(rule_id, rsc, 0, discovery, NULL, data_set); location_rule 1113 lib/pacemaker/pcmk_sched_constraints.c if (location_rule == NULL) { location_rule 1130 lib/pacemaker/pcmk_sched_constraints.c location_rule->role_filter = text2role(role); location_rule 1131 lib/pacemaker/pcmk_sched_constraints.c if (location_rule->role_filter == RSC_ROLE_SLAVE) { location_rule 1135 lib/pacemaker/pcmk_sched_constraints.c location_rule->role_filter = RSC_ROLE_UNKNOWN; location_rule 1196 lib/pacemaker/pcmk_sched_constraints.c location_rule->node_list_rh = match_L; location_rule 1197 lib/pacemaker/pcmk_sched_constraints.c if (location_rule->node_list_rh == NULL) { location_rule 1202 lib/pacemaker/pcmk_sched_constraints.c crm_trace("%s: %d nodes matched", rule_id, g_list_length(location_rule->node_list_rh)); location_rule 1203 lib/pacemaker/pcmk_sched_constraints.c return location_rule;