Home
last modified time | relevance | path

Searched refs:DLM_IFL_RESEND_BIT (Results 1 – 2 of 2) sorted by relevance

/linux/fs/dlm/
H A Dlock.c1849 clear_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags); in _remove_from_waiters()
2949 if (test_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags)) { in validate_unlock_args()
2984 if (test_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags)) { in validate_unlock_args()
5019 set_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags); in recover_convert_waiter()
5080 set_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags); in dlm_recover_waiters_pre()
5116 set_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags); in dlm_recover_waiters_pre()
5158 if (test_bit(DLM_IFL_RESEND_BIT, &iter->lkb_iflags)) { in dlm_recover_waiters_pre()
5246 clear_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags); in dlm_recover_waiters_post()
H A Ddlm_internal.h192 #define DLM_IFL_RESEND_BIT 17 macro