Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/dlm/
H A Dlock.c276 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()
1423 set_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in add_to_waiters()
1468 test_and_clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags)) { in _remove_from_waiters()
2816 set_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in validate_unlock_args()
2824 set_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in validate_unlock_args()
4328 test_and_clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags)) { in receive_request_reply()
4337 clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in receive_request_reply()
4341 clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, &lkb->lkb_iflags); in receive_request_reply()
5054 ou = test_and_clear_bit(DLM_IFL_OVERLAP_UNLOCK_BIT, in dlm_recover_waiters_post()
[all...]
H A Ddlm_internal.h203 #define DLM_IFL_OVERLAP_UNLOCK_BIT 19 macro

Completed in 8 milliseconds