tmpmle            328 fs/ocfs2/dlm/dlmmaster.c 	struct dlm_master_list_entry *tmpmle;
tmpmle            336 fs/ocfs2/dlm/dlmmaster.c 	hlist_for_each_entry(tmpmle, bucket, master_hash_node) {
tmpmle            337 fs/ocfs2/dlm/dlmmaster.c 		if (!dlm_mle_equal(dlm, tmpmle, name, namelen))
tmpmle            339 fs/ocfs2/dlm/dlmmaster.c 		dlm_get_mle(tmpmle);
tmpmle            340 fs/ocfs2/dlm/dlmmaster.c 		*mle = tmpmle;
tmpmle           1409 fs/ocfs2/dlm/dlmmaster.c 	struct dlm_master_list_entry *mle = NULL, *tmpmle = NULL;
tmpmle           1500 fs/ocfs2/dlm/dlmmaster.c 		found = dlm_find_mle(dlm, &tmpmle, name, namelen);
tmpmle           1506 fs/ocfs2/dlm/dlmmaster.c 		spin_lock(&tmpmle->spinlock);
tmpmle           1507 fs/ocfs2/dlm/dlmmaster.c 		if (tmpmle->type == DLM_MLE_BLOCK) {
tmpmle           1511 fs/ocfs2/dlm/dlmmaster.c 		} else if (tmpmle->type == DLM_MLE_MIGRATION) {
tmpmle           1513 fs/ocfs2/dlm/dlmmaster.c 			     "node %u.\n", tmpmle->master, tmpmle->new_master);
tmpmle           1514 fs/ocfs2/dlm/dlmmaster.c 			if (tmpmle->master == dlm->node_num) {
tmpmle           1517 fs/ocfs2/dlm/dlmmaster.c 				     tmpmle->new_master);
tmpmle           1523 fs/ocfs2/dlm/dlmmaster.c 		} else if (tmpmle->master != DLM_LOCK_RES_OWNER_UNKNOWN) {
tmpmle           1525 fs/ocfs2/dlm/dlmmaster.c 			if (tmpmle->master == dlm->node_num) {
tmpmle           1541 fs/ocfs2/dlm/dlmmaster.c 			set_bit(request->node_idx, tmpmle->maybe_map);
tmpmle           1542 fs/ocfs2/dlm/dlmmaster.c 		spin_unlock(&tmpmle->spinlock);
tmpmle           1548 fs/ocfs2/dlm/dlmmaster.c 		dlm_put_mle(tmpmle);
tmpmle           1561 fs/ocfs2/dlm/dlmmaster.c 	found = dlm_find_mle(dlm, &tmpmle, name, namelen);
tmpmle           1585 fs/ocfs2/dlm/dlmmaster.c 		spin_lock(&tmpmle->spinlock);
tmpmle           1586 fs/ocfs2/dlm/dlmmaster.c 		if (tmpmle->master == dlm->node_num) {
tmpmle           1590 fs/ocfs2/dlm/dlmmaster.c 		if (tmpmle->type == DLM_MLE_BLOCK)
tmpmle           1592 fs/ocfs2/dlm/dlmmaster.c 		else if (tmpmle->type == DLM_MLE_MIGRATION) {
tmpmle           1594 fs/ocfs2/dlm/dlmmaster.c 			     tmpmle->master, tmpmle->new_master);
tmpmle           1599 fs/ocfs2/dlm/dlmmaster.c 		set_bit(request->node_idx, tmpmle->maybe_map);
tmpmle           1600 fs/ocfs2/dlm/dlmmaster.c 		spin_unlock(&tmpmle->spinlock);
tmpmle           1607 fs/ocfs2/dlm/dlmmaster.c 		dlm_put_mle(tmpmle);