Searched refs:DLM_MLE_BLOCK (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 273 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_init_mle() 875 /* at this point there is either a DLM_MLE_BLOCK or a in dlm_get_lock_resource() 1052 b = (mle->type == DLM_MLE_BLOCK); in dlm_wait_for_lock_mastery() 1288 if (mle->type != DLM_MLE_BLOCK) in dlm_restart_lock_mastery() 1507 if (tmpmle->type == DLM_MLE_BLOCK) { in dlm_master_request_handler() 1580 dlm_init_mle(mle, DLM_MLE_BLOCK, dlm, NULL, name, namelen); in dlm_master_request_handler() 1590 if (tmpmle->type == DLM_MLE_BLOCK) in dlm_master_request_handler() 1910 if (mle->type == DLM_MLE_BLOCK || mle->type == DLM_MLE_MIGRATION) in dlm_assert_master_handler() 3305 BUG_ON(mle->type != DLM_MLE_BLOCK); in dlm_clean_block_mle() 3346 BUG_ON(mle->type != DLM_MLE_BLOCK in dlm_clean_master_list() [all...] |
H A D | dlmdebug.c | 273 if (mle->type == DLM_MLE_BLOCK) in dump_mle() 738 atomic_read(&dlm->mle_cur_count[DLM_MLE_BLOCK]), in debug_state_print() 739 atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK])); in debug_state_print()
|
H A D | dlmcommon.h | 38 DLM_MLE_BLOCK = 0, enumerator
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmmaster.c | 271 BUG_ON(mle->type != DLM_MLE_BLOCK && in dlm_init_mle() 873 /* at this point there is either a DLM_MLE_BLOCK or a in dlm_get_lock_resource() 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() [all...] |
H A D | dlmdebug.c | 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()
|
H A D | dlmcommon.h | 33 DLM_MLE_BLOCK = 0, enumerator
|
Completed in 14 milliseconds