location_rule    1083 lib/pacemaker/pcmk_sched_constraints.c     pe__location_t *location_rule = NULL;
location_rule    1108 lib/pacemaker/pcmk_sched_constraints.c     location_rule = rsc2node_new(rule_id, rsc, 0, discovery, NULL, data_set);
location_rule    1110 lib/pacemaker/pcmk_sched_constraints.c     if (location_rule == NULL) {
location_rule    1127 lib/pacemaker/pcmk_sched_constraints.c         location_rule->role_filter = text2role(role);
location_rule    1128 lib/pacemaker/pcmk_sched_constraints.c         if (location_rule->role_filter == RSC_ROLE_UNPROMOTED) {
location_rule    1133 lib/pacemaker/pcmk_sched_constraints.c             location_rule->role_filter = RSC_ROLE_UNKNOWN;
location_rule    1199 lib/pacemaker/pcmk_sched_constraints.c     location_rule->node_list_rh = match_L;
location_rule    1200 lib/pacemaker/pcmk_sched_constraints.c     if (location_rule->node_list_rh == NULL) {
location_rule    1205 lib/pacemaker/pcmk_sched_constraints.c     crm_trace("%s: %d nodes matched", rule_id, g_list_length(location_rule->node_list_rh));
location_rule    1206 lib/pacemaker/pcmk_sched_constraints.c     return location_rule;