Searched refs:DLM_MLE_MASTER (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 275 else if (mle->type == DLM_MLE_MASTER) in dump_mle() 744 atomic_read(&dlm->mle_cur_count[DLM_MLE_MASTER]), in debug_state_print() 745 atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER])); in debug_state_print()
|
H A D | dlmmaster.c | 274 mle->type != DLM_MLE_MASTER && in dlm_init_mle() 277 if (mle->type == DLM_MLE_MASTER) { in dlm_init_mle() 819 if (mle->type == DLM_MLE_MASTER) { in dlm_get_lock_resource() 858 dlm_init_mle(mle, DLM_MLE_MASTER, dlm, res, NULL, 0); in dlm_get_lock_resource() 876 * DLM_MLE_MASTER on the master list, so it's safe to add the in dlm_get_lock_resource() 1274 mle->type = DLM_MLE_MASTER; in dlm_restart_lock_mastery() 3228 if (tmp->type == DLM_MLE_MASTER) { in dlm_add_migration_mle() 3347 mle->type != DLM_MLE_MASTER && in dlm_clean_master_list() 3353 if (mle->type == DLM_MLE_MASTER) in dlm_clean_master_list()
|
H A D | dlmcommon.h | 39 DLM_MLE_MASTER = 1, enumerator
|
/kernel/linux/linux-6.6/fs/ocfs2/dlm/ |
H A D | dlmdebug.c | 273 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()
|
H A D | dlmmaster.c | 272 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() 874 * DLM_MLE_MASTER on the master list, so it's safe to add the 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()
|
H A D | dlmcommon.h | 34 DLM_MLE_MASTER = 1, enumerator
|
Completed in 23 milliseconds