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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmconvert.c127 struct dlm_lock *tmplock=NULL; local
189 tmplock = list_entry(iter, struct dlm_lock, list);
190 if (tmplock == lock)
192 if (!dlm_lock_compatible(tmplock->ml.type, type))
197 tmplock = list_entry(iter, struct dlm_lock, list);
198 if (!dlm_lock_compatible(tmplock->ml.type, type))
201 if (!dlm_lock_compatible(tmplock->ml.convert_type, type))
H A Ddlmlock.c95 struct dlm_lock *tmplock; local
98 tmplock = list_entry(iter, struct dlm_lock, list);
100 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
105 tmplock = list_entry(iter, struct dlm_lock, list);
107 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
H A Ddlmcommon.h1074 struct dlm_lock *tmplock; local
1077 tmplock = list_entry(iter, struct dlm_lock, list);
1078 if (tmplock == lock)

Completed in 31 milliseconds