Home
last modified time | relevance | path

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

/linux-3.4.99/fs/ocfs2/dlm/ !
Ddlmdebug.c294 else if (mle->type == DLM_MLE_MASTER) in dump_mle()
797 atomic_read(&dlm->mle_cur_count[DLM_MLE_MASTER]), in debug_state_print()
798 atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER])); in debug_state_print()
Ddlmmaster.c289 mle->type != DLM_MLE_MASTER && in dlm_init_mle()
292 if (mle->type == DLM_MLE_MASTER) { in dlm_init_mle()
794 if (mle->type == DLM_MLE_MASTER) { in dlm_get_lock_resource()
833 dlm_init_mle(mle, DLM_MLE_MASTER, dlm, res, NULL, 0); in dlm_get_lock_resource()
1258 mle->type = DLM_MLE_MASTER; in dlm_restart_lock_mastery()
3202 mle->type != DLM_MLE_MASTER && in dlm_clean_master_list()
3208 if (mle->type == DLM_MLE_MASTER) in dlm_clean_master_list()
Ddlmcommon.h54 DLM_MLE_MASTER = 1, enumerator