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

/linux-master/fs/dlm/
H A Ddlm_internal.h190 #define DLM_IFL_MSTCPY_BIT 16 macro
191 #define __DLM_IFL_MIN_BIT DLM_IFL_MSTCPY_BIT
H A Dlock.c253 !test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
258 return test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
2851 if (test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags))
2926 if (test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) {
4015 set_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
5549 set_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags);
H A Dlockspace.c666 if (lkb->lkb_lvbptr && test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags))
H A Drecover.c405 if (!test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) {

Completed in 339 milliseconds