mle_tot_count     140 fs/ocfs2/dlm/dlmcommon.h 	atomic_t mle_tot_count[DLM_MLE_NUM_TYPES];
mle_tot_count     726 fs/ocfs2/dlm/dlmdebug.c 		tot_mles += atomic_read(&dlm->mle_tot_count[i]);
mle_tot_count     739 fs/ocfs2/dlm/dlmdebug.c 			atomic_read(&dlm->mle_tot_count[DLM_MLE_BLOCK]));
mle_tot_count     745 fs/ocfs2/dlm/dlmdebug.c 			atomic_read(&dlm->mle_tot_count[DLM_MLE_MASTER]));
mle_tot_count     751 fs/ocfs2/dlm/dlmdebug.c 			atomic_read(&dlm->mle_tot_count[DLM_MLE_MIGRATION]));
mle_tot_count    2039 fs/ocfs2/dlm/dlmdomain.c 		atomic_set(&dlm->mle_tot_count[i], 0);
mle_tot_count     291 fs/ocfs2/dlm/dlmmaster.c 	atomic_inc(&dlm->mle_tot_count[mle->type]);