rsc_class         131 include/crm/common/util.h bool crm_op_needs_metadata(const char *rsc_class, const char *op);
rsc_class         635 lib/common/operations.c crm_op_needs_metadata(const char *rsc_class, const char *op)
rsc_class         642 lib/common/operations.c     CRM_CHECK(rsc_class || op, return FALSE);
rsc_class         644 lib/common/operations.c     if (rsc_class
rsc_class         645 lib/common/operations.c         && strcmp(rsc_class, PCMK_RESOURCE_CLASS_OCF)
rsc_class         646 lib/common/operations.c         && strcmp(rsc_class, PCMK_RESOURCE_CLASS_STONITH)) {