Home
last modified time | relevance | path

Searched refs:ast_list (Results 1 – 5 of 5) sorted by relevance

/linux/fs/ocfs2/dlm/
H A Ddlmthread.c579 struct dlm_lock, ast_list); in dlm_flush_asts()
593 list_del_init(&lock->ast_list); in dlm_flush_asts()
608 if (!list_empty(&lock->ast_list)) { in dlm_flush_asts()
H A Ddlmast.c85 if (!list_empty(&lock->ast_list)) { in __dlm_queue_ast()
124 list_add_tail(&lock->ast_list, &dlm->pending_asts); in __dlm_queue_ast()
H A Ddlmlock.c341 BUG_ON(!list_empty(&lock->ast_list)); in dlm_lock_release()
380 INIT_LIST_HEAD(&newlock->ast_list); in dlm_init_lock()
H A Ddlmunlock.c105 in_use = !list_empty(&lock->ast_list); in dlmunlock_common()
H A Ddlmcommon.h340 struct list_head ast_list; member