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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 177 milliseconds