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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ocfs2/dlm/
H A Ddlmconvert.c194 if (!dlm_lock_compatible(tmplock->ml.type, type))
200 if (!dlm_lock_compatible(tmplock->ml.type, type))
203 if (!dlm_lock_compatible(tmplock->ml.convert_type, type))
H A Ddlmthread.c314 if (!dlm_lock_compatible(lock->ml.type,
333 if (!dlm_lock_compatible(lock->ml.type,
381 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) {
397 if (!dlm_lock_compatible(lock->ml.type, target->ml.type)) {
H A Ddlmlock.c83 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
90 if (!dlm_lock_compatible(tmplock->ml.type, lock->ml.type))
H A Ddlmcommon.h967 static inline int dlm_lock_compatible(int existing, int request) function

Completed in 85 milliseconds