Searched refs:pending_asts (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmthread.c533 while (!list_empty(&dlm->pending_asts)) {
534 lock = list_entry(dlm->pending_asts.next,
H A Ddlmast.c130 list_add_tail(&lock->ast_list, &dlm->pending_asts);
H A Ddlmcommon.h133 struct list_head pending_asts; member in struct:dlm_ctxt
H A Ddlmdebug.c842 (list_empty(&dlm->pending_asts) ? "Empty" : "InUse"),
H A Ddlmdomain.c1581 INIT_LIST_HEAD(&dlm->pending_asts);

Completed in 79 milliseconds