metadata_cache     70 crmd/crmd_lrm.h     GHashTable *metadata_cache; // key = class[:provider]:agent, value = ra_metadata_s
metadata_cache    708 crmd/lrm.c         metadata = metadata_cache_get(lrm_state->metadata_cache, rsc);
metadata_cache    734 crmd/lrm.c             metadata = metadata_cache_update(lrm_state->metadata_cache, rsc,
metadata_cache   1861 crmd/lrm.c             metadata = metadata_cache_get(lrm_state->metadata_cache, rsc);
metadata_cache   2570 crmd/lrm.c             metadata_cache_update(lrm_state->metadata_cache, rsc, metadata);
metadata_cache    147 crmd/lrm_state.c     state->metadata_cache = metadata_cache_new();
metadata_cache    203 crmd/lrm_state.c     metadata_cache_free(lrm_state->metadata_cache);
metadata_cache    233 crmd/lrm_state.c         metadata_cache_reset(lrm_state->metadata_cache);
metadata_cache    686 fencing/commands.c GHashTable *metadata_cache = NULL;
metadata_cache    694 fencing/commands.c     if(metadata_cache == NULL) {
metadata_cache    695 fencing/commands.c         metadata_cache = crm_str_table_new();
metadata_cache    698 fencing/commands.c     buffer = g_hash_table_lookup(metadata_cache, agent);
metadata_cache    711 fencing/commands.c         g_hash_table_replace(metadata_cache, strdup(agent), buffer);