Home
last modified time | relevance | path

Searched refs:DLM_DFL_USER_BIT (Results 1 – 5 of 5) sorted by relevance

/linux/fs/dlm/
H A Dast.c101 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_may_skip_callback()
173 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_add_cb()
H A Dmemory.c122 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in __free_lkb_rcu()
H A Ddlm_internal.h202 #define DLM_DFL_USER_BIT 0 macro
203 #define __DLM_DFL_MIN_BIT DLM_DFL_USER_BIT
H A Dlock.c3943 if (ms->m_flags & cpu_to_le32(BIT(DLM_DFL_USER_BIT)) && in validate_message()
3944 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in validate_message()
5783 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags); in dlm_user_request()
6301 if (lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
6318 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
/linux/include/trace/events/
H A Ddlm.h51 { BIT(DLM_DFL_USER_BIT), "USER" }, \