Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmthread.c577 while (!list_empty(&dlm->pending_asts)) { in dlm_flush_asts()
578 lock = list_entry(dlm->pending_asts.next, in dlm_flush_asts()
H A Ddlmast.c124 list_add_tail(&lock->ast_list, &dlm->pending_asts); in __dlm_queue_ast()
H A Ddlmcommon.h112 struct list_head pending_asts; member
H A Ddlmdebug.c757 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"), in debug_state_print()