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

/linux-4.1.27/fs/ocfs2/dlm/
H A Ddlmconvert.c126 struct dlm_lock *tmplock=NULL; __dlmconvert_master() local
187 list_for_each_entry(tmplock, &res->granted, list) { __dlmconvert_master()
188 if (tmplock == lock) __dlmconvert_master()
190 if (!dlm_lock_compatible(tmplock->ml.type, type)) __dlmconvert_master()
194 list_for_each_entry(tmplock, &res->converting, list) { __dlmconvert_master()
195 if (!dlm_lock_compatible(tmplock->ml.type, type)) __dlmconvert_master()
198 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) __dlmconvert_master()
H A Ddlmlock.c94 struct dlm_lock *tmplock; dlm_can_grant_new_lock() local
96 list_for_each_entry(tmplock, &res->granted, list) { dlm_can_grant_new_lock()
97 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) dlm_can_grant_new_lock()
101 list_for_each_entry(tmplock, &res->converting, list) { dlm_can_grant_new_lock()
102 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) dlm_can_grant_new_lock()
104 if (!dlm_lock_compatible(tmplock->ml.convert_type, dlm_can_grant_new_lock()
H A Ddlmcommon.h1085 struct dlm_lock *tmplock; dlm_lock_on_list() local
1087 list_for_each_entry(tmplock, head, list) { list_for_each_entry()
1088 if (tmplock == lock) list_for_each_entry()

Completed in 120 milliseconds