Home
last modified time | relevance | path

Searched refs:dlm_lock_compatible (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/ocfs2/dlm/
H A Ddlmconvert.c175 if (!dlm_lock_compatible(tmplock->ml.type, type)) in __dlmconvert_master()
180 if (!dlm_lock_compatible(tmplock->ml.type, type)) in __dlmconvert_master()
183 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master()
H A Ddlmthread.c375 if (!dlm_lock_compatible(lock->ml.type, in dlm_shuffle_lists()
393 if (!dlm_lock_compatible(lock->ml.type, in dlm_shuffle_lists()
442 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) { in dlm_shuffle_lists()
456 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) { in dlm_shuffle_lists()
H A Ddlmlock.c81 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock()
86 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock()
88 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock()
H A Ddlmcommon.h1052 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() function