Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlm/
Ddlmast.c73 if (lock->bast_pending && in dlm_should_cancel_bast()
127 lock->bast_pending = 0; in __dlm_queue_ast()
169 if (lock->bast_pending) in __dlm_queue_bast()
179 lock->bast_pending = 1; in __dlm_queue_bast()
Ddlmlock.c361 BUG_ON(lock->bast_pending); in dlm_lock_release()
412 newlock->bast_pending = 0; in dlm_init_lock()
Ddlmthread.c647 BUG_ON(!lock->bast_pending); in dlm_flush_asts()
684 lock->bast_pending = 0; in dlm_flush_asts()
Ddlmdebug.c88 (lock->bast_pending ? 'y' : 'n'), in __dlm_print_lock()
494 lock->ast_pending, lock->bast_pending, in dump_lock()
Ddlmcommon.h373 bast_pending:1, member
Ddlmmaster.c2815 ret = (list_empty(&lock->bast_list) && !lock->bast_pending); in dlm_lock_basts_flushed()
2962 BUG_ON(lock->bast_pending); in dlm_remove_nonlocal_locks()