stonith_op 91 include/crm/pengine/internal.h pcmk_action_t *stonith_op); stonith_op 438 lib/pacemaker/libpacemaker_private.h void pcmk__order_vs_fence(pcmk_action_t *stonith_op, stonith_op 57 lib/pacemaker/pcmk_sched_fencing.c order_start_vs_fencing(pcmk_resource_t *rsc, pcmk_action_t *stonith_op) stonith_op 61 lib/pacemaker/pcmk_sched_fencing.c CRM_CHECK(stonith_op && stonith_op->node, return); stonith_op 62 lib/pacemaker/pcmk_sched_fencing.c target = stonith_op->node; stonith_op 73 lib/pacemaker/pcmk_sched_fencing.c order_actions(stonith_op, action, pcmk__ar_ordered); stonith_op 94 lib/pacemaker/pcmk_sched_fencing.c order_actions(stonith_op, action, stonith_op 111 lib/pacemaker/pcmk_sched_fencing.c order_stop_vs_fencing(pcmk_resource_t *rsc, pcmk_action_t *stonith_op) stonith_op 121 lib/pacemaker/pcmk_sched_fencing.c CRM_CHECK(stonith_op && stonith_op->node, return); stonith_op 122 lib/pacemaker/pcmk_sched_fencing.c target = stonith_op->node; stonith_op 165 lib/pacemaker/pcmk_sched_fencing.c order_actions(stonith_op, action, pcmk__ar_guest_allowed); stonith_op 167 lib/pacemaker/pcmk_sched_fencing.c order_actions(stonith_op, parent_stop, pcmk__ar_guest_allowed); stonith_op 181 lib/pacemaker/pcmk_sched_fencing.c pe__order_notifs_after_fencing(action, rsc, stonith_op); stonith_op 206 lib/pacemaker/pcmk_sched_fencing.c strdup(PCMK_ACTION_STONITH), stonith_op, stonith_op 242 lib/pacemaker/pcmk_sched_fencing.c order_actions(stonith_op, action, stonith_op 259 lib/pacemaker/pcmk_sched_fencing.c rsc_stonith_ordering(pcmk_resource_t *rsc, pcmk_action_t *stonith_op) stonith_op 268 lib/pacemaker/pcmk_sched_fencing.c rsc_stonith_ordering(child_rsc, stonith_op); stonith_op 277 lib/pacemaker/pcmk_sched_fencing.c order_start_vs_fencing(rsc, stonith_op); stonith_op 278 lib/pacemaker/pcmk_sched_fencing.c order_stop_vs_fencing(rsc, stonith_op); stonith_op 294 lib/pacemaker/pcmk_sched_fencing.c pcmk__order_vs_fence(pcmk_action_t *stonith_op, pcmk_scheduler_t *scheduler) stonith_op 296 lib/pacemaker/pcmk_sched_fencing.c CRM_CHECK(stonith_op && scheduler, return); stonith_op 298 lib/pacemaker/pcmk_sched_fencing.c rsc_stonith_ordering((pcmk_resource_t *) r->data, stonith_op); stonith_op 360 lib/pacemaker/pcmk_sched_fencing.c pcmk_action_t *stonith_op = NULL; stonith_op 389 lib/pacemaker/pcmk_sched_fencing.c stonith_op = pe_fence_op(node, fence_action, FALSE, "guest is unclean", stonith_op 391 lib/pacemaker/pcmk_sched_fencing.c pcmk__set_action_flags(stonith_op, stonith_op 404 lib/pacemaker/pcmk_sched_fencing.c pcmk__node_name(node), stonith_op->id, stonith_op 406 lib/pacemaker/pcmk_sched_fencing.c order_actions(parent_stonith_op, stonith_op, stonith_op 411 lib/pacemaker/pcmk_sched_fencing.c order_actions(stop, stonith_op, stonith_op 416 lib/pacemaker/pcmk_sched_fencing.c pcmk__node_name(node), stonith_op->id, stonith_op 430 lib/pacemaker/pcmk_sched_fencing.c order_actions(stop, stonith_op, pcmk__ar_ordered); stonith_op 433 lib/pacemaker/pcmk_sched_fencing.c pcmk__node_name(node), stonith_op->id, stop->id); stonith_op 439 lib/pacemaker/pcmk_sched_fencing.c pcmk__node_name(node), stonith_op->id); stonith_op 444 lib/pacemaker/pcmk_sched_fencing.c pcmk__order_vs_fence(stonith_op, node->priv->scheduler); stonith_op 1242 lib/pengine/pe_actions.c pcmk_action_t *stonith_op = NULL; stonith_op 1251 lib/pengine/pe_actions.c stonith_op = lookup_singleton(scheduler, op_key); stonith_op 1252 lib/pengine/pe_actions.c if(stonith_op == NULL) { stonith_op 1253 lib/pengine/pe_actions.c stonith_op = custom_action(NULL, op_key, PCMK_ACTION_STONITH, node, stonith_op 1256 lib/pengine/pe_actions.c pcmk__insert_meta(stonith_op, PCMK__META_ON_NODE, node->priv->name); stonith_op 1257 lib/pengine/pe_actions.c pcmk__insert_meta(stonith_op, PCMK__META_ON_NODE_UUID, stonith_op 1259 lib/pengine/pe_actions.c pcmk__insert_meta(stonith_op, PCMK__META_STONITH_ACTION, op); stonith_op 1299 lib/pengine/pe_actions.c pcmk__insert_dup(stonith_op->meta, PCMK__META_DIGESTS_ALL, stonith_op 1303 lib/pengine/pe_actions.c pcmk__insert_dup(stonith_op->meta, PCMK__META_DIGESTS_SECURE, stonith_op 1326 lib/pengine/pe_actions.c || g_hash_table_lookup(stonith_op->meta, stonith_op 1336 lib/pengine/pe_actions.c g_hash_table_insert(stonith_op->meta, stonith_op 1342 lib/pengine/pe_actions.c pcmk__clear_action_flags(stonith_op, pcmk__action_optional); stonith_op 1343 lib/pengine/pe_actions.c pe_action_set_reason(stonith_op, reason, false); stonith_op 1345 lib/pengine/pe_actions.c } else if(reason && stonith_op->reason == NULL) { stonith_op 1346 lib/pengine/pe_actions.c stonith_op->reason = strdup(reason); stonith_op 1349 lib/pengine/pe_actions.c return stonith_op; stonith_op 1012 lib/pengine/pe_notif.c pcmk_action_t *stonith_op) stonith_op 1018 lib/pengine/pe_notif.c stonith_op);