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

/linux-master/fs/dlm/
H A Ddlm_internal.h201 #define DLM_IFL_RESEND_BIT 17 macro
H A Dlock.c1541 clear_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags);
2780 if (test_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags)) {
2818 if (test_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags)) {
4863 set_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags);
4927 set_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags);
4963 set_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags);
5006 if (test_bit(DLM_IFL_RESEND_BIT, &iter->lkb_iflags)) {
5094 clear_bit(DLM_IFL_RESEND_BIT, &lkb->lkb_iflags);

Completed in 113 milliseconds