Searched refs:DLM_MLE_BLOCK (Results 1 – 3 of 3) sorted by relevance
271 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_init_mle()1050 b = (mle->type == DLM_MLE_BLOCK); in dlm_wait_for_lock_mastery()1286 if (mle->type != DLM_MLE_BLOCK) in dlm_restart_lock_mastery()1505 if (tmpmle->type == DLM_MLE_BLOCK) { in dlm_master_request_handler()1578 dlm_init_mle(mle, DLM_MLE_BLOCK, dlm, NULL, name, namelen); in dlm_master_request_handler()1588 if (tmpmle->type == DLM_MLE_BLOCK) in dlm_master_request_handler()1908 if (mle->type == DLM_MLE_BLOCK || mle->type == DLM_MLE_MIGRATION) in dlm_assert_master_handler()3303 BUG_ON(mle->type != DLM_MLE_BLOCK); in dlm_clean_block_mle()3344 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_clean_master_list()3357 if (mle->type == DLM_MLE_BLOCK) { in dlm_clean_master_list()[all …]
271 if (mle->type == DLM_MLE_BLOCK) in dump_mle()736 atomic_read(&dlm->mle_cur_count[DLM_MLE_BLOCK]), in debug_state_print()737 atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK])); in debug_state_print()
33 DLM_MLE_BLOCK = 0, enumerator