Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
H A Ddlmast.c56 if (lock->bast_pending && in dlm_should_cancel_bast()
110 lock->bast_pending = 0; in __dlm_queue_ast()
152 if (lock->bast_pending) in __dlm_queue_bast()
162 lock->bast_pending = 1; in __dlm_queue_bast()
H A Ddlmlock.c344 BUG_ON(lock->bast_pending); in dlm_lock_release()
395 newlock->bast_pending = 0; in dlm_init_lock()
H A Ddlmthread.c628 BUG_ON(!lock->bast_pending); in dlm_flush_asts()
665 lock->bast_pending = 0; in dlm_flush_asts()
H A Ddlmcommon.h352 bast_pending:1, member
H A Ddlmmaster.c2795 ret = (list_empty(&lock->bast_list) && !lock->bast_pending); in dlm_lock_basts_flushed()
2942 BUG_ON(lock->bast_pending); in dlm_remove_nonlocal_locks()