Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/dlm/
Ddlmconvert.c190 if (!dlm_lock_compatible(tmplock->ml.type, type)) in __dlmconvert_master()
195 if (!dlm_lock_compatible(tmplock->ml.type, type)) in __dlmconvert_master()
198 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master()
Ddlmthread.c392 if (!dlm_lock_compatible(lock->ml.type, in dlm_shuffle_lists()
410 if (!dlm_lock_compatible(lock->ml.type, in dlm_shuffle_lists()
459 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) { in dlm_shuffle_lists()
473 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) { in dlm_shuffle_lists()
Ddlmlock.c96 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock()
101 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock()
103 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock()
Ddlmcommon.h1072 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() function