Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/dlm/
Ddlmdebug.c273 else if (mle->type == DLM_MLE_MASTER) in dump_mle()
742 atomic_read(&dlm->mle_cur_count[DLM_MLE_MASTER]), in debug_state_print()
743 atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER])); in debug_state_print()
Ddlmmaster.c272 mle->type != DLM_MLE_MASTER && in dlm_init_mle()
275 if (mle->type == DLM_MLE_MASTER) { in dlm_init_mle()
817 if (mle->type == DLM_MLE_MASTER) { in dlm_get_lock_resource()
856 dlm_init_mle(mle, DLM_MLE_MASTER, dlm, res, NULL, 0); in dlm_get_lock_resource()
1272 mle->type = DLM_MLE_MASTER; in dlm_restart_lock_mastery()
3226 if (tmp->type == DLM_MLE_MASTER) { in dlm_add_migration_mle()
3345 mle->type != DLM_MLE_MASTER && in dlm_clean_master_list()
3351 if (mle->type == DLM_MLE_MASTER) in dlm_clean_master_list()
Ddlmcommon.h34 DLM_MLE_MASTER = 1, enumerator