Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmunlock.c243 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common()
551 if (dlm_lock_on_list(&res->blocked, lock)) { in dlm_get_cancel_actions()
556 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
563 } else if (dlm_lock_on_list(&res->granted, lock)) { in dlm_get_cancel_actions()
584 if (!dlm_lock_on_list(&res->granted, lock)) { in dlm_get_unlock_actions()
Ddlmconvert.c144 if (!dlm_lock_on_list(&res->granted, lock)) { in __dlmconvert_master()
Ddlmcommon.h1086 static inline int dlm_lock_on_list(struct list_head *head, in dlm_lock_on_list() function