Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmast.c91 lock->ast_pending, lock->ml.type); in __dlm_queue_ast()
94 if (lock->ast_pending) in __dlm_queue_ast()
125 lock->ast_pending = 1; in __dlm_queue_ast()
H A Ddlmlock.c343 BUG_ON(lock->ast_pending); in dlm_lock_release()
394 newlock->ast_pending = 0; in dlm_init_lock()
H A Ddlmthread.c590 BUG_ON(!lock->ast_pending); in dlm_flush_asts()
613 lock->ast_pending = 0; in dlm_flush_asts()
H A Ddlmcommon.h351 unsigned ast_pending:1, member