Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmmaster.c288 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_init_mle()
1067 b = (mle->type == DLM_MLE_BLOCK); in dlm_wait_for_lock_mastery()
1303 if (mle->type != DLM_MLE_BLOCK) in dlm_restart_lock_mastery()
1522 if (tmpmle->type == DLM_MLE_BLOCK) { in dlm_master_request_handler()
1595 dlm_init_mle(mle, DLM_MLE_BLOCK, dlm, NULL, name, namelen); in dlm_master_request_handler()
1605 if (tmpmle->type == DLM_MLE_BLOCK) in dlm_master_request_handler()
1925 if (mle->type == DLM_MLE_BLOCK || mle->type == DLM_MLE_MIGRATION) in dlm_assert_master_handler()
3323 BUG_ON(mle->type != DLM_MLE_BLOCK); in dlm_clean_block_mle()
3364 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_clean_master_list()
3377 if (mle->type == DLM_MLE_BLOCK) { in dlm_clean_master_list()
[all …]
Ddlmdebug.c288 if (mle->type == DLM_MLE_BLOCK) in dump_mle()
753 atomic_read(&dlm->mle_cur_count[DLM_MLE_BLOCK]), in debug_state_print()
754 atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK])); in debug_state_print()
Ddlmcommon.h53 DLM_MLE_BLOCK = 0, enumerator