Searched refs:dlm_lock_compatible (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/fs/ocfs2/dlm/ |
D | dlmconvert.c | 173 if (!dlm_lock_compatible(tmplock->ml.type, type)) in __dlmconvert_master() 178 if (!dlm_lock_compatible(tmplock->ml.type, type)) in __dlmconvert_master() 181 if (!dlm_lock_compatible(tmplock->ml.convert_type, type)) in __dlmconvert_master()
|
D | dlmthread.c | 373 if (!dlm_lock_compatible(lock->ml.type, in dlm_shuffle_lists() 391 if (!dlm_lock_compatible(lock->ml.type, in dlm_shuffle_lists() 440 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) { in dlm_shuffle_lists() 454 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) { in dlm_shuffle_lists()
|
D | dlmlock.c | 79 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock() 84 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type)) in dlm_can_grant_new_lock() 86 if (!dlm_lock_compatible(tmplock->ml.convert_type, in dlm_can_grant_new_lock()
|
D | dlmcommon.h | 1046 static inline int dlm_lock_compatible(int existing, int request) in dlm_lock_compatible() function
|