Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ocfs2/dlm/
Ddlmdebug.c275 else if (mle->type == DLM_MLE_MASTER) in dump_mle()
744 atomic_read(&dlm->mle_cur_count[DLM_MLE_MASTER]), in debug_state_print()
745 atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER])); in debug_state_print()
Ddlmmaster.c274 mle->type != DLM_MLE_MASTER && in dlm_init_mle()
277 if (mle->type == DLM_MLE_MASTER) { in dlm_init_mle()
819 if (mle->type == DLM_MLE_MASTER) { in dlm_get_lock_resource()
858 dlm_init_mle(mle, DLM_MLE_MASTER, dlm, res, NULL, 0); in dlm_get_lock_resource()
1274 mle->type = DLM_MLE_MASTER; in dlm_restart_lock_mastery()
3228 if (tmp->type == DLM_MLE_MASTER) { in dlm_add_migration_mle()
3347 mle->type != DLM_MLE_MASTER && in dlm_clean_master_list()
3353 if (mle->type == DLM_MLE_MASTER) in dlm_clean_master_list()
Ddlmcommon.h39 DLM_MLE_MASTER = 1, enumerator