Home
last modified time | relevance | path

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

/linux/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); in is_process_copy()
258 return test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags); in is_master_copy()
2830 if (test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) in validate_lock_args()
2903 if (test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) { in validate_unlock_args()
3986 set_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags); in receive_request()
5537 set_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags); in receive_rcom_lock_args()
H A Dlockspace.c320 if (lkb->lkb_lvbptr && test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) in lkb_idr_free()
H A Drecover.c410 if (!test_bit(DLM_IFL_MSTCPY_BIT, &lkb->lkb_iflags)) { in set_lock_master()