Searched refs:exist_mode (Results 1 – 1 of 1) sorted by relevance
155 static inline int lockmode_compat(ldlm_mode_t exist_mode, ldlm_mode_t new_mode) in lockmode_compat() argument157 return (lck_compat_array[exist_mode] & new_mode); in lockmode_compat()