location_rule    1082 lib/pacemaker/pcmk_sched_constraints.c     pe__location_t *location_rule = NULL;
location_rule    1107 lib/pacemaker/pcmk_sched_constraints.c     location_rule = rsc2node_new(rule_id, rsc, 0, discovery, NULL, data_set);
location_rule    1109 lib/pacemaker/pcmk_sched_constraints.c     if (location_rule == NULL) {
location_rule    1126 lib/pacemaker/pcmk_sched_constraints.c         location_rule->role_filter = text2role(role);
location_rule    1127 lib/pacemaker/pcmk_sched_constraints.c         if (location_rule->role_filter == RSC_ROLE_UNPROMOTED) {
location_rule    1132 lib/pacemaker/pcmk_sched_constraints.c             location_rule->role_filter = RSC_ROLE_UNKNOWN;
location_rule    1198 lib/pacemaker/pcmk_sched_constraints.c     location_rule->node_list_rh = match_L;
location_rule    1199 lib/pacemaker/pcmk_sched_constraints.c     if (location_rule->node_list_rh == NULL) {
location_rule    1204 lib/pacemaker/pcmk_sched_constraints.c     crm_trace("%s: %d nodes matched", rule_id, g_list_length(location_rule->node_list_rh));
location_rule    1205 lib/pacemaker/pcmk_sched_constraints.c     return location_rule;