Searched refs:tmplock (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c129 struct dlm_lock *tmplock=NULL; local
191 tmplock = list_entry(iter, struct dlm_lock, list);
192 if (tmplock == lock)
194 if (!dlm_lock_compatible(tmplock->ml.type, type))
199 tmplock = list_entry(iter, struct dlm_lock, list);
200 if (!dlm_lock_compatible(tmplock->ml.type, type))
203 if (!dlm_lock_compatible(tmplock->ml.convert_type, type))
H A Ddlmlock.c78 struct dlm_lock *tmplock; local
81 tmplock = list_entry(iter, struct dlm_lock, list);
83 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
88 tmplock = list_entry(iter, struct dlm_lock, list);
90 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
H A Ddlmcommon.h989 struct dlm_lock *tmplock; local
992 tmplock = list_entry(iter, struct dlm_lock, list);
993 if (tmplock == lock)

Completed in 154 milliseconds