Searched refs:DLM_IFL_MSTCPY_BIT (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/dlm/
H A Ddlm_internal.h199 #define DLM_IFL_MSTCPY_BIT 16 macro
200 #define __DLM_IFL_MIN_BIT DLM_IFL_MSTCPY_BIT
H A Drecover.c407 if (!test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) {
H A Dlock.c253 !test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
258 return test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
2679 if (test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags))
2754 if (test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) {
3850 set_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
5395 set_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
H A Dlockspace.c744 if (lkb->lkb_lvbptr && test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags))

Completed in 146 milliseconds