Home
last modified time | relevance | path

Searched refs:DLM_MLE_NUM_TYPES (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmcommon.h36 DLM_MLE_NUM_TYPES = 3, enumerator
135 atomic_t mle_tot_count[DLM_MLE_NUM_TYPES];
136 atomic_t mle_cur_count[DLM_MLE_NUM_TYPES];
H A Ddlmdebug.c723 for (i = 0; i < DLM_MLE_NUM_TYPES; ++i) in debug_state_print()
726 for (i = 0; i < DLM_MLE_NUM_TYPES; ++i) in debug_state_print()
H A Ddlmdomain.c2033 for (i = 0; i < DLM_MLE_NUM_TYPES; ++i) { in dlm_alloc_ctxt()