pacemaker  1.1.15-e174ec8
Scalable High-Availability cluster resource manager
Data Structures | Macros | Typedefs | Enumerations | Functions | Variables
internal.h File Reference
#include <crm/pengine/status.h>
#include <crm/pengine/remote.h>
Include dependency graph for internal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  notify_data_s
 
struct  op_digest_cache_s
 

Macros

#define pe_rsc_info(rsc, fmt, args...)   crm_log_tag(LOG_INFO, rsc ? rsc->id : "<NULL>", fmt, ##args)
 
#define pe_rsc_debug(rsc, fmt, args...)   crm_log_tag(LOG_DEBUG, rsc ? rsc->id : "<NULL>", fmt, ##args)
 
#define pe_rsc_trace(rsc, fmt, args...)   crm_log_tag(LOG_TRACE, rsc ? rsc->id : "<NULL>", fmt, ##args)
 
#define pe_err(fmt...)   { was_processing_error = TRUE; crm_config_error = TRUE; crm_err(fmt); }
 
#define pe_warn(fmt...)   { was_processing_warning = TRUE; crm_config_warning = TRUE; crm_warn(fmt); }
 
#define pe_proc_err(fmt...)   { was_processing_error = TRUE; crm_err(fmt); }
 
#define pe_proc_warn(fmt...)   { was_processing_warning = TRUE; crm_warn(fmt); }
 
#define pe_set_action_bit(action, bit)   action->flags = crm_set_bit(__FUNCTION__, action->uuid, action->flags, bit)
 
#define pe_clear_action_bit(action, bit)   action->flags = crm_clear_bit(__FUNCTION__, action->uuid, action->flags, bit)
 
#define dump_node_scores(level, rsc, text, nodes)
 
#define delete_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_DELETE, 0)
 
#define delete_action(rsc, node, optional)
 
#define stopped_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_STOPPED, 0)
 
#define stopped_action(rsc, node, optional)
 
#define stop_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_STOP, 0)
 
#define stop_action(rsc, node, optional)
 
#define reload_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_RELOAD, 0)
 
#define start_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_START, 0)
 
#define start_action(rsc, node, optional)
 
#define started_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_STARTED, 0)
 
#define started_action(rsc, node, optional)
 
#define promote_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_PROMOTE, 0)
 
#define promote_action(rsc, node, optional)
 
#define promoted_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_PROMOTED, 0)
 
#define promoted_action(rsc, node, optional)
 
#define demote_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_DEMOTE, 0)
 
#define demote_action(rsc, node, optional)
 
#define demoted_key(rsc)   generate_op_key(rsc->id, CRMD_ACTION_DEMOTED, 0)
 
#define demoted_action(rsc, node, optional)
 

Typedefs

typedef struct notify_data_s notify_data_t
 
typedef struct op_digest_cache_s op_digest_cache_t
 

Enumerations

enum  rsc_digest_cmp_val { RSC_DIGEST_MATCH = 0, RSC_DIGEST_RESTART, RSC_DIGEST_ALL, RSC_DIGEST_UNKNOWN }
 

Functions

bool pe_can_fence (pe_working_set_t *data_set, node_t *node)
 
int merge_weights (int w1, int w2)
 
void add_hash_param (GHashTable *hash, const char *name, const char *value)
 
void append_hashtable (gpointer key, gpointer value, gpointer user_data)
 
char * native_parameter (resource_t *rsc, node_t *node, gboolean create, const char *name, pe_working_set_t *data_set)
 
node_tnative_location (resource_t *rsc, GListPtr *list, gboolean current)
 
void pe_metadata (void)
 
void verify_pe_options (GHashTable *options)
 
void common_update_score (resource_t *rsc, const char *id, int score)
 
void native_add_running (resource_t *rsc, node_t *node, pe_working_set_t *data_set)
 
node_trsc_known_on (resource_t *rsc, GListPtr *list)
 
gboolean native_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
gboolean group_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
gboolean clone_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
gboolean master_unpack (resource_t *rsc, pe_working_set_t *data_set)
 
resource_tnative_find_rsc (resource_t *rsc, const char *id, node_t *node, int flags)
 
gboolean native_active (resource_t *rsc, gboolean all)
 
gboolean group_active (resource_t *rsc, gboolean all)
 
gboolean clone_active (resource_t *rsc, gboolean all)
 
gboolean master_active (resource_t *rsc, gboolean all)
 
void native_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void group_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void clone_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void master_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void native_free (resource_t *rsc)
 
void group_free (resource_t *rsc)
 
void clone_free (resource_t *rsc)
 
void master_free (resource_t *rsc)
 
enum rsc_role_e native_resource_state (const resource_t *rsc, gboolean current)
 
enum rsc_role_e group_resource_state (const resource_t *rsc, gboolean current)
 
enum rsc_role_e clone_resource_state (const resource_t *rsc, gboolean current)
 
enum rsc_role_e master_resource_state (const resource_t *rsc, gboolean current)
 
gboolean common_unpack (xmlNode *xml_obj, resource_t **rsc, resource_t *parent, pe_working_set_t *data_set)
 
void common_print (resource_t *rsc, const char *pre_text, long options, void *print_data)
 
void common_free (resource_t *rsc)
 
node_tnode_copy (const node_t *this_node)
 
time_t get_effective_time (pe_working_set_t *data_set)
 
int get_failcount (node_t *node, resource_t *rsc, time_t *last_failure, pe_working_set_t *data_set)
 
int get_failcount_full (node_t *node, resource_t *rsc, time_t *last_failure, bool effective, xmlNode *xml_op, pe_working_set_t *data_set)
 
int get_failcount_all (node_t *node, resource_t *rsc, time_t *last_failure, pe_working_set_t *data_set)
 
void node_list_exclude (GHashTable *list, GListPtr list2, gboolean merge_scores)
 
GListPtr node_list_dup (GListPtr list, gboolean reset, gboolean filter)
 
GListPtr node_list_from_hash (GHashTable *hash, gboolean reset, gboolean filter)
 
GHashTable * node_hash_from_list (GListPtr list)
 
action_tget_pseudo_op (const char *name, pe_working_set_t *data_set)
 
gboolean order_actions (action_t *lh_action, action_t *rh_action, enum pe_ordering order)
 
GHashTable * node_hash_dup (GHashTable *hash)
 
GListPtr node_list_and (GListPtr list1, GListPtr list2, gboolean filter)
 
GListPtr node_list_xor (GListPtr list1, GListPtr list2, gboolean filter)
 
GListPtr node_list_minus (GListPtr list1, GListPtr list2, gboolean filter)
 
void pe_free_shallow (GListPtr alist)
 
void pe_free_shallow_adv (GListPtr alist, gboolean with_data)
 
void print_node (const char *pre_text, node_t *node, gboolean details)
 
void print_resource (int log_level, const char *pre_text, resource_t *rsc, gboolean details)
 
void dump_node_scores_worker (int level, const char *file, const char *function, int line, resource_t *rsc, const char *comment, GHashTable *nodes)
 
void dump_node_capacity (int level, const char *comment, node_t *node)
 
void dump_rsc_utilization (int level, const char *comment, resource_t *rsc, node_t *node)
 
gint sort_rsc_priority (gconstpointer a, gconstpointer b)
 
gint sort_rsc_index (gconstpointer a, gconstpointer b)
 
xmlNode * find_rsc_op_entry (resource_t *rsc, const char *key)
 
action_tcustom_action (resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
 
action_tfind_first_action (GListPtr input, const char *uuid, const char *task, node_t *on_node)
 
enum action_tasks get_complex_task (resource_t *rsc, const char *name, gboolean allow_non_atomic)
 
GListPtr find_actions (GListPtr input, const char *key, const node_t *on_node)
 
GListPtr find_actions_exact (GListPtr input, const char *key, node_t *on_node)
 
GListPtr find_recurring_actions (GListPtr input, node_t *not_on_node)
 
void pe_free_action (action_t *action)
 
void resource_location (resource_t *rsc, node_t *node, int score, const char *tag, pe_working_set_t *data_set)
 
gint sort_op_by_callid (gconstpointer a, gconstpointer b)
 
gboolean get_target_role (resource_t *rsc, enum rsc_role_e *role)
 
resource_tfind_clone_instance (resource_t *rsc, const char *sub_id, pe_working_set_t *data_set)
 
void destroy_ticket (gpointer data)
 
ticket_tticket_new (const char *ticket_id, pe_working_set_t *data_set)
 
char * clone_strip (const char *last_rsc_id)
 
char * clone_zero (const char *last_rsc_id)
 
int get_target_rc (xmlNode *xml_op)
 
gint sort_node_uname (gconstpointer a, gconstpointer b)
 
bool is_set_recursive (resource_t *rsc, long long flag, bool any)
 
op_digest_cache_trsc_action_digest_cmp (resource_t *rsc, xmlNode *xml_op, node_t *node, pe_working_set_t *data_set)
 
action_tpe_fence_op (node_t *node, const char *op, bool optional, pe_working_set_t *data_set)
 
void trigger_unfencing (resource_t *rsc, node_t *node, const char *reason, action_t *dependency, pe_working_set_t *data_set)
 
void set_bit_recursive (resource_t *rsc, unsigned long long flag)
 
void clear_bit_recursive (resource_t *rsc, unsigned long long flag)
 
gboolean add_tag_ref (GHashTable *tags, const char *tag_name, const char *obj_ref)
 
void print_rscs_brief (GListPtr rsc_list, const char *pre_text, long options, void *print_data, gboolean print_all)
 
void pe_fence_node (pe_working_set_t *data_set, node_t *node, const char *reason)
 

Variables

pe_working_set_tpe_dataset
 

Macro Definition Documentation

§ delete_action

#define delete_action (   rsc,
  node,
  optional 
)
Value:
rsc, delete_key(rsc), CRMD_ACTION_DELETE, node, \
optional, TRUE, data_set);
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358
#define delete_key(rsc)
Definition: internal.h:168
#define CRMD_ACTION_DELETE
Definition: crm.h:145

Definition at line 169 of file internal.h.

§ delete_key

#define delete_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_DELETE, 0)

Definition at line 168 of file internal.h.

§ demote_action

#define demote_action (   rsc,
  node,
  optional 
)
Value:
rsc, demote_key(rsc), CRMD_ACTION_DEMOTE, node, \
optional, TRUE, data_set)
#define demote_key(rsc)
Definition: internal.h:204
#define CRMD_ACTION_DEMOTE
Definition: crm.h:160
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358

Definition at line 205 of file internal.h.

§ demote_key

#define demote_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_DEMOTE, 0)

Definition at line 204 of file internal.h.

§ demoted_action

#define demoted_action (   rsc,
  node,
  optional 
)
Value:
rsc, demoted_key(rsc), CRMD_ACTION_DEMOTED, node, \
optional, TRUE, data_set)
#define demoted_key(rsc)
Definition: internal.h:209
#define CRMD_ACTION_DEMOTED
Definition: crm.h:161
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358

Definition at line 210 of file internal.h.

§ demoted_key

#define demoted_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_DEMOTED, 0)

Definition at line 209 of file internal.h.

§ dump_node_scores

#define dump_node_scores (   level,
  rsc,
  text,
  nodes 
)
Value:
do { \
dump_node_scores_worker(level, __FILE__, __FUNCTION__, __LINE__, rsc, text, nodes); \
} while(0)

Definition at line 155 of file internal.h.

§ pe_clear_action_bit

#define pe_clear_action_bit (   action,
  bit 
)    action->flags = crm_clear_bit(__FUNCTION__, action->uuid, action->flags, bit)

Definition at line 32 of file internal.h.

§ pe_err

#define pe_err (   fmt...)    { was_processing_error = TRUE; crm_config_error = TRUE; crm_err(fmt); }

Definition at line 27 of file internal.h.

§ pe_proc_err

#define pe_proc_err (   fmt...)    { was_processing_error = TRUE; crm_err(fmt); }

Definition at line 29 of file internal.h.

§ pe_proc_warn

#define pe_proc_warn (   fmt...)    { was_processing_warning = TRUE; crm_warn(fmt); }

Definition at line 30 of file internal.h.

§ pe_rsc_debug

#define pe_rsc_debug (   rsc,
  fmt,
  args... 
)    crm_log_tag(LOG_DEBUG, rsc ? rsc->id : "<NULL>", fmt, ##args)

Definition at line 24 of file internal.h.

§ pe_rsc_info

#define pe_rsc_info (   rsc,
  fmt,
  args... 
)    crm_log_tag(LOG_INFO, rsc ? rsc->id : "<NULL>", fmt, ##args)

Definition at line 23 of file internal.h.

§ pe_rsc_trace

#define pe_rsc_trace (   rsc,
  fmt,
  args... 
)    crm_log_tag(LOG_TRACE, rsc ? rsc->id : "<NULL>", fmt, ##args)

Definition at line 25 of file internal.h.

§ pe_set_action_bit

#define pe_set_action_bit (   action,
  bit 
)    action->flags = crm_set_bit(__FUNCTION__, action->uuid, action->flags, bit)

Definition at line 31 of file internal.h.

§ pe_warn

#define pe_warn (   fmt...)    { was_processing_warning = TRUE; crm_config_warning = TRUE; crm_warn(fmt); }

Definition at line 28 of file internal.h.

§ promote_action

#define promote_action (   rsc,
  node,
  optional 
)
Value:
rsc, promote_key(rsc), CRMD_ACTION_PROMOTE, node, \
optional, TRUE, data_set)
#define CRMD_ACTION_PROMOTE
Definition: crm.h:158
#define promote_key(rsc)
Definition: internal.h:194
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358

Definition at line 195 of file internal.h.

§ promote_key

#define promote_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_PROMOTE, 0)

Definition at line 194 of file internal.h.

§ promoted_action

#define promoted_action (   rsc,
  node,
  optional 
)
Value:
rsc, promoted_key(rsc), CRMD_ACTION_PROMOTED, node, \
optional, TRUE, data_set)
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358
#define CRMD_ACTION_PROMOTED
Definition: crm.h:159
#define promoted_key(rsc)
Definition: internal.h:199

Definition at line 200 of file internal.h.

§ promoted_key

#define promoted_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_PROMOTED, 0)

Definition at line 199 of file internal.h.

§ reload_key

#define reload_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_RELOAD, 0)

Definition at line 183 of file internal.h.

§ start_action

#define start_action (   rsc,
  node,
  optional 
)
Value:
rsc, start_key(rsc), CRMD_ACTION_START, node, \
optional, TRUE, data_set)
#define CRMD_ACTION_START
Definition: crm.h:152
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358
#define start_key(rsc)
Definition: internal.h:184

Definition at line 185 of file internal.h.

§ start_key

#define start_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_START, 0)

Definition at line 184 of file internal.h.

§ started_action

#define started_action (   rsc,
  node,
  optional 
)
Value:
rsc, started_key(rsc), CRMD_ACTION_STARTED, node, \
optional, TRUE, data_set)
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358
#define started_key(rsc)
Definition: internal.h:189
#define CRMD_ACTION_STARTED
Definition: crm.h:153

Definition at line 190 of file internal.h.

§ started_key

#define started_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_STARTED, 0)

Definition at line 189 of file internal.h.

§ stop_action

#define stop_action (   rsc,
  node,
  optional 
)
Value:
rsc, stop_key(rsc), CRMD_ACTION_STOP, node, \
optional, TRUE, data_set);
#define CRMD_ACTION_STOP
Definition: crm.h:155
#define stop_key(rsc)
Definition: internal.h:178
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358

Definition at line 179 of file internal.h.

§ stop_key

#define stop_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_STOP, 0)

Definition at line 178 of file internal.h.

§ stopped_action

#define stopped_action (   rsc,
  node,
  optional 
)
Value:
rsc, stopped_key(rsc), CRMD_ACTION_STOPPED, node, \
optional, TRUE, data_set);
#define stopped_key(rsc)
Definition: internal.h:173
action_t * custom_action(resource_t *rsc, char *key, const char *task, node_t *on_node, gboolean optional, gboolean foo, pe_working_set_t *data_set)
Definition: utils.c:358
#define CRMD_ACTION_STOPPED
Definition: crm.h:156

Definition at line 174 of file internal.h.

§ stopped_key

#define stopped_key (   rsc)    generate_op_key(rsc->id, CRMD_ACTION_STOPPED, 0)

Definition at line 173 of file internal.h.

Typedef Documentation

§ notify_data_t

typedef struct notify_data_s notify_data_t

§ op_digest_cache_t

Enumeration Type Documentation

§ rsc_digest_cmp_val

Enumerator
RSC_DIGEST_MATCH 

Digests are the same

RSC_DIGEST_RESTART 

Params that require a restart changed

RSC_DIGEST_ALL 

Some parameter changed.

RSC_DIGEST_UNKNOWN 

rsc op didn't have a digest associated with it, so it is unknown if parameters changed or not.

Definition at line 245 of file internal.h.

Function Documentation

§ add_hash_param()

void add_hash_param ( GHashTable *  hash,
const char *  name,
const char *  value 
)

Definition at line 416 of file common.c.

§ add_tag_ref()

gboolean add_tag_ref ( GHashTable *  tags,
const char *  tag_name,
const char *  obj_ref 
)

Definition at line 2117 of file utils.c.

§ append_hashtable()

void append_hashtable ( gpointer  key,
gpointer  value,
gpointer  user_data 
)

§ clear_bit_recursive()

void clear_bit_recursive ( resource_t rsc,
unsigned long long  flag 
)

Definition at line 2022 of file utils.c.

§ clone_active()

gboolean clone_active ( resource_t rsc,
gboolean  all 
)

Definition at line 270 of file clone.c.

§ clone_free()

void clone_free ( resource_t rsc)

Definition at line 592 of file clone.c.

§ clone_print()

void clone_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 390 of file clone.c.

§ clone_resource_state()

enum rsc_role_e clone_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 627 of file clone.c.

§ clone_strip()

char* clone_strip ( const char *  last_rsc_id)

Definition at line 1516 of file unpack.c.

§ clone_unpack()

gboolean clone_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 155 of file clone.c.

§ clone_zero()

char* clone_zero ( const char *  last_rsc_id)

Definition at line 1555 of file unpack.c.

§ common_free()

void common_free ( resource_t rsc)

Definition at line 795 of file complex.c.

§ common_print()

void common_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

§ common_unpack()

gboolean common_unpack ( xmlNode *  xml_obj,
resource_t **  rsc,
resource_t parent,
pe_working_set_t data_set 
)

Definition at line 381 of file complex.c.

§ common_update_score()

void common_update_score ( resource_t rsc,
const char *  id,
int  score 
)

Definition at line 742 of file complex.c.

§ custom_action()

action_t* custom_action ( resource_t rsc,
char *  key,
const char *  task,
node_t on_node,
gboolean  optional,
gboolean  foo,
pe_working_set_t data_set 
)

Definition at line 358 of file utils.c.

§ destroy_ticket()

void destroy_ticket ( gpointer  data)

Definition at line 1832 of file utils.c.

§ dump_node_capacity()

void dump_node_capacity ( int  level,
const char *  comment,
node_t node 
)

Definition at line 261 of file utils.c.

§ dump_node_scores_worker()

void dump_node_scores_worker ( int  level,
const char *  file,
const char *  function,
int  line,
resource_t rsc,
const char *  comment,
GHashTable *  nodes 
)

Definition at line 173 of file utils.c.

§ dump_rsc_utilization()

void dump_rsc_utilization ( int  level,
const char *  comment,
resource_t rsc,
node_t node 
)

Definition at line 282 of file utils.c.

§ find_actions()

GListPtr find_actions ( GListPtr  input,
const char *  key,
const node_t on_node 
)

Definition at line 1193 of file utils.c.

§ find_actions_exact()

GListPtr find_actions_exact ( GListPtr  input,
const char *  key,
node_t on_node 
)

Definition at line 1228 of file utils.c.

§ find_clone_instance()

resource_t* find_clone_instance ( resource_t rsc,
const char *  sub_id,
pe_working_set_t data_set 
)

Definition at line 68 of file clone.c.

§ find_first_action()

action_t* find_first_action ( GListPtr  input,
const char *  uuid,
const char *  task,
node_t on_node 
)

Definition at line 1163 of file utils.c.

§ find_recurring_actions()

GListPtr find_recurring_actions ( GListPtr  input,
node_t not_on_node 
)

Definition at line 1105 of file utils.c.

§ find_rsc_op_entry()

xmlNode* find_rsc_op_entry ( resource_t rsc,
const char *  key 
)

Definition at line 1018 of file utils.c.

§ get_complex_task()

enum action_tasks get_complex_task ( resource_t rsc,
const char *  name,
gboolean  allow_non_atomic 
)

Definition at line 1139 of file utils.c.

§ get_effective_time()

time_t get_effective_time ( pe_working_set_t data_set)

Definition at line 1441 of file utils.c.

§ get_failcount()

int get_failcount ( node_t node,
resource_t rsc,
time_t *  last_failure,
pe_working_set_t data_set 
)

Definition at line 1495 of file utils.c.

§ get_failcount_all()

int get_failcount_all ( node_t node,
resource_t rsc,
time_t *  last_failure,
pe_working_set_t data_set 
)

Definition at line 1694 of file utils.c.

§ get_failcount_full()

int get_failcount_full ( node_t node,
resource_t rsc,
time_t *  last_failure,
bool  effective,
xmlNode *  xml_op,
pe_working_set_t data_set 
)

Definition at line 1620 of file utils.c.

§ get_pseudo_op()

action_t* get_pseudo_op ( const char *  name,
pe_working_set_t data_set 
)

Definition at line 1815 of file utils.c.

§ get_target_rc()

int get_target_rc ( xmlNode *  xml_op)

Definition at line 2928 of file unpack.c.

§ get_target_role()

gboolean get_target_role ( resource_t rsc,
enum rsc_role_e role 
)

Definition at line 1727 of file utils.c.

§ group_active()

gboolean group_active ( resource_t rsc,
gboolean  all 
)

Definition at line 101 of file group.c.

§ group_free()

void group_free ( resource_t rsc)

Definition at line 195 of file group.c.

§ group_print()

void group_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 146 of file group.c.

§ group_resource_state()

enum rsc_role_e group_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 218 of file group.c.

§ group_unpack()

gboolean group_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 31 of file group.c.

§ is_set_recursive()

bool is_set_recursive ( resource_t rsc,
long long  flag,
bool  any 
)

Definition at line 344 of file clone.c.

§ master_active()

gboolean master_active ( resource_t rsc,
gboolean  all 
)

§ master_free()

void master_free ( resource_t rsc)

§ master_print()

void master_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

§ master_resource_state()

enum rsc_role_e master_resource_state ( const resource_t rsc,
gboolean  current 
)

§ master_unpack()

gboolean master_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 137 of file clone.c.

§ merge_weights()

int merge_weights ( int  w1,
int  w2 
)

Definition at line 379 of file common.c.

§ native_active()

gboolean native_active ( resource_t rsc,
gboolean  all 
)

Definition at line 274 of file native.c.

§ native_add_running()

void native_add_running ( resource_t rsc,
node_t node,
pe_working_set_t data_set 
)

Definition at line 32 of file native.c.

§ native_find_rsc()

resource_t* native_find_rsc ( resource_t rsc,
const char *  id,
node_t node,
int  flags 
)

Definition at line 161 of file native.c.

§ native_free()

void native_free ( resource_t rsc)

Definition at line 690 of file native.c.

§ native_location()

node_t* native_location ( resource_t rsc,
GListPtr list,
gboolean  current 
)

Definition at line 709 of file native.c.

§ native_parameter()

char* native_parameter ( resource_t rsc,
node_t node,
gboolean  create,
const char *  name,
pe_working_set_t data_set 
)

Definition at line 230 of file native.c.

§ native_print()

void native_print ( resource_t rsc,
const char *  pre_text,
long  options,
void *  print_data 
)

Definition at line 436 of file native.c.

§ native_resource_state()

enum rsc_role_e native_resource_state ( const resource_t rsc,
gboolean  current 
)

Definition at line 697 of file native.c.

§ native_unpack()

gboolean native_unpack ( resource_t rsc,
pe_working_set_t data_set 
)

Definition at line 126 of file native.c.

§ node_copy()

node_t* node_copy ( const node_t this_node)

Definition at line 66 of file utils.c.

§ node_hash_dup()

GHashTable* node_hash_dup ( GHashTable *  hash)

§ node_hash_from_list()

GHashTable* node_hash_from_list ( GListPtr  list)

Definition at line 122 of file utils.c.

§ node_list_and()

GListPtr node_list_and ( GListPtr  list1,
GListPtr  list2,
gboolean  filter 
)

§ node_list_dup()

GListPtr node_list_dup ( GListPtr  list,
gboolean  reset,
gboolean  filter 
)

Definition at line 138 of file utils.c.

§ node_list_exclude()

void node_list_exclude ( GHashTable *  list,
GListPtr  list2,
gboolean  merge_scores 
)

Definition at line 87 of file utils.c.

§ node_list_from_hash()

GListPtr node_list_from_hash ( GHashTable *  hash,
gboolean  reset,
gboolean  filter 
)

§ node_list_minus()

GListPtr node_list_minus ( GListPtr  list1,
GListPtr  list2,
gboolean  filter 
)

§ node_list_xor()

GListPtr node_list_xor ( GListPtr  list1,
GListPtr  list2,
gboolean  filter 
)

§ order_actions()

gboolean order_actions ( action_t lh_action,
action_t rh_action,
enum pe_ordering  order 
)

Definition at line 1763 of file utils.c.

§ pe_can_fence()

bool pe_can_fence ( pe_working_set_t data_set,
node_t node 
)

Definition at line 39 of file utils.c.

§ pe_fence_node()

void pe_fence_node ( pe_working_set_t data_set,
node_t node,
const char *  reason 
)

Definition at line 66 of file unpack.c.

§ pe_fence_op()

action_t* pe_fence_op ( node_t node,
const char *  op,
bool  optional,
pe_working_set_t data_set 
)

Definition at line 2048 of file utils.c.

§ pe_free_action()

void pe_free_action ( action_t action)

Definition at line 1084 of file utils.c.

§ pe_free_shallow()

void pe_free_shallow ( GListPtr  alist)

§ pe_free_shallow_adv()

void pe_free_shallow_adv ( GListPtr  alist,
gboolean  with_data 
)

§ pe_metadata()

void pe_metadata ( void  )

Definition at line 169 of file common.c.

§ print_node()

void print_node ( const char *  pre_text,
node_t node,
gboolean  details 
)

Definition at line 1024 of file utils.c.

§ print_resource()

void print_resource ( int  log_level,
const char *  pre_text,
resource_t rsc,
gboolean  details 
)

Definition at line 1068 of file utils.c.

§ print_rscs_brief()

void print_rscs_brief ( GListPtr  rsc_list,
const char *  pre_text,
long  options,
void *  print_data,
gboolean  print_all 
)

Definition at line 829 of file native.c.

§ resource_location()

void resource_location ( resource_t rsc,
node_t node,
int  score,
const char *  tag,
pe_working_set_t data_set 
)

Definition at line 1282 of file utils.c.

§ rsc_action_digest_cmp()

op_digest_cache_t* rsc_action_digest_cmp ( resource_t rsc,
xmlNode *  xml_op,
node_t node,
pe_working_set_t data_set 
)

Definition at line 1923 of file utils.c.

§ rsc_known_on()

node_t* rsc_known_on ( resource_t rsc,
GListPtr list 
)

§ set_bit_recursive()

void set_bit_recursive ( resource_t rsc,
unsigned long long  flag 
)

Definition at line 2035 of file utils.c.

§ sort_node_uname()

gint sort_node_uname ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 164 of file utils.c.

§ sort_op_by_callid()

gint sort_op_by_callid ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 1326 of file utils.c.

§ sort_rsc_index()

gint sort_rsc_index ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 304 of file utils.c.

§ sort_rsc_priority()

gint sort_rsc_priority ( gconstpointer  a,
gconstpointer  b 
)

Definition at line 331 of file utils.c.

§ ticket_new()

ticket_t* ticket_new ( const char *  ticket_id,
pe_working_set_t data_set 
)

Definition at line 1844 of file utils.c.

§ trigger_unfencing()

void trigger_unfencing ( resource_t rsc,
node_t node,
const char *  reason,
action_t dependency,
pe_working_set_t data_set 
)

Definition at line 2082 of file utils.c.

§ verify_pe_options()

void verify_pe_options ( GHashTable *  options)

Definition at line 178 of file common.c.

Variable Documentation

§ pe_dataset

pe_working_set_t* pe_dataset

Definition at line 29 of file utils.c.