st_call_opts 35 include/crm/fencing/internal.h #define stonith__set_call_options(st_call_opts, call_for, flags_to_set) do { \ st_call_opts 36 include/crm/fencing/internal.h st_call_opts = pcmk__set_flags_as(__func__, __LINE__, LOG_TRACE, \ st_call_opts 38 include/crm/fencing/internal.h (st_call_opts), (flags_to_set), \ st_call_opts 42 include/crm/fencing/internal.h #define stonith__clear_call_options(st_call_opts, call_for, flags_to_clear) do { \ st_call_opts 43 include/crm/fencing/internal.h st_call_opts = pcmk__clear_flags_as(__func__, __LINE__, LOG_TRACE, \ st_call_opts 45 include/crm/fencing/internal.h (st_call_opts), (flags_to_clear), \