Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Ddlmglue.c372 static inline int ocfs2_highest_compat_lock_level(int level);
877 static inline int ocfs2_highest_compat_lock_level(int level) in ocfs2_highest_compat_lock_level() function
926 ocfs2_highest_compat_lock_level(lockres->l_blocking)) { in ocfs2_generic_handle_downconvert_action()
990 if (ocfs2_highest_compat_lock_level(level) < in ocfs2_generic_handle_bast()
991 ocfs2_highest_compat_lock_level(lockres->l_blocking)) in ocfs2_generic_handle_bast()
1386 return wanted <= ocfs2_highest_compat_lock_level(lockres->l_blocking); in ocfs2_may_continue_on_blocked_lock()
3858 new_level = ocfs2_highest_compat_lock_level(lockres->l_blocking); in ocfs2_unblock_lock()