shutdown_lock      31 daemons/controld/controld_te_callbacks.c     time_t shutdown_lock = 0;
shutdown_lock      34 daemons/controld/controld_te_callbacks.c                                     &shutdown_lock) == pcmk_ok)
shutdown_lock      35 daemons/controld/controld_te_callbacks.c            && (shutdown_lock == 0);
shutdown_lock     212 include/crm/pengine/pe_types.h     guint shutdown_lock;// How long (seconds) to lock resources to shutdown node
shutdown_lock     295 lib/pacemaker/libpacemaker_private.h     void (*shutdown_lock)(pe_resource_t *rsc);
shutdown_lock     863 lib/pacemaker/pcmk_sched_group.c         member->cmds->shutdown_lock(member);
shutdown_lock    1559 lib/pacemaker/pcmk_sched_primitive.c     if (rsc->cluster->shutdown_lock > 0) {
shutdown_lock    1560 lib/pacemaker/pcmk_sched_primitive.c         time_t lock_expiration = rsc->lock_time + rsc->cluster->shutdown_lock;
shutdown_lock     233 lib/pacemaker/pcmk_scheduler.c         rsc->cmds->shutdown_lock(rsc);
shutdown_lock     391 lib/pengine/unpack.c         data_set->shutdown_lock = crm_parse_interval_spec(value) / 1000;
shutdown_lock     392 lib/pengine/unpack.c         crm_trace("Shutdown locks expire after %us", data_set->shutdown_lock);
shutdown_lock    2368 lib/pengine/unpack.c         if ((data_set->shutdown_lock > 0)
shutdown_lock    2370 lib/pengine/unpack.c                 > (lock_time + data_set->shutdown_lock))) {