Searched refs:DLM_IFL_OVERLAP_UNLOCK_BIT (Results 1 – 2 of 2) sorted by relevance
/linux/fs/dlm/ |
H A D | lock.c | 276 return test_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in is_overlap_unlock() 286 return test_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags) || in is_overlap() 1728 set_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in add_to_waiters() 1775 test_and_clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags)) { in _remove_from_waiters() 2982 set_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in validate_unlock_args() 2990 set_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in validate_unlock_args() 4488 test_and_clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags)) { in receive_request_reply() 4497 clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in receive_request_reply() 4501 clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in receive_request_reply() 5244 ou = test_and_clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, in dlm_recover_waiters_post()
|
H A D | dlm_internal.h | 194 #define DLM_IFL_OVERLAP_UNLOCK_BIT 19 macro
|