Home
last modified time | relevance | path

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

/linux-4.4.14/fs/ocfs2/dlm/
Ddlmmaster.c288 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_init_mle()
1072 b = (mle->type == DLM_MLE_BLOCK); in dlm_wait_for_lock_mastery()
1315 if (mle->type != DLM_MLE_BLOCK) in dlm_restart_lock_mastery()
1534 if (tmpmle->type == DLM_MLE_BLOCK) { in dlm_master_request_handler()
1607 dlm_init_mle(mle, DLM_MLE_BLOCK, dlm, NULL, name, namelen); in dlm_master_request_handler()
1619 if (tmpmle->type == DLM_MLE_BLOCK) in dlm_master_request_handler()
1946 if (mle->type == DLM_MLE_BLOCK || mle->type == DLM_MLE_MIGRATION) in dlm_assert_master_handler()
3236 BUG_ON(mle->type != DLM_MLE_BLOCK); in dlm_clean_block_mle()
3277 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_clean_master_list()
3290 if (mle->type == DLM_MLE_BLOCK) { in dlm_clean_master_list()
[all …]
Ddlmdebug.c288 if (mle->type == DLM_MLE_BLOCK) in dump_mle()
773 atomic_read(&dlm->mle_cur_count[DLM_MLE_BLOCK]), in debug_state_print()
774 atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK])); in debug_state_print()
Ddlmcommon.h53 DLM_MLE_BLOCK = 0, enumerator