Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/dlm/
Ddlmunlock.c236 if (!dlm_lock_on_list(&res->converting, lock)) in dlmunlock_common()
532 if (dlm_lock_on_list(&res->blocked, lock)) { in dlm_get_cancel_actions()
537 } else if (dlm_lock_on_list(&res->converting, lock)) { in dlm_get_cancel_actions()
544 } else if (dlm_lock_on_list(&res->granted, lock)) { in dlm_get_cancel_actions()
565 if (!dlm_lock_on_list(&res->granted, lock)) { in dlm_get_unlock_actions()
Ddlmconvert.c145 if (!dlm_lock_on_list(&res->granted, lock)) { in __dlmconvert_master()
Ddlmcommon.h1097 static inline int dlm_lock_on_list(struct list_head *head, in dlm_lock_on_list() function