Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmdebug.c290 else if (mle->type == DLM_MLE_MASTER) in dump_mle()
759 atomic_read(&dlm->mle_cur_count[DLM_MLE_MASTER]), in debug_state_print()
760 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()
834 if (mle->type == DLM_MLE_MASTER) { in dlm_get_lock_resource()
873 dlm_init_mle(mle, DLM_MLE_MASTER, dlm, res, NULL, 0); in dlm_get_lock_resource()
1289 mle->type = DLM_MLE_MASTER; in dlm_restart_lock_mastery()
3246 if (tmp->type == DLM_MLE_MASTER) { in dlm_add_migration_mle()
3365 mle->type != DLM_MLE_MASTER && in dlm_clean_master_list()
3371 if (mle->type == DLM_MLE_MASTER) in dlm_clean_master_list()
Ddlmcommon.h54 DLM_MLE_MASTER = 1, enumerator