Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/dlm/ !
Ddlmunlock.c226 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common()
533 if (dlm_lock_on_list(&res->blocked, lock)) { in dlm_get_cancel_actions()
538 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
545 } else if (dlm_lock_on_list(&res->granted, lock)) { in dlm_get_cancel_actions()
566 if (!dlm_lock_on_list(&res->granted, lock)) { in dlm_get_unlock_actions()
Ddlmconvert.c127 if (!dlm_lock_on_list(&res->granted, lock)) { in __dlmconvert_master()
Ddlmcommon.h1064 static inline int dlm_lock_on_list(struct list_head *head, in dlm_lock_on_list() function