Home
last modified time | relevance | path

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

/linux-6.6.21/fs/dlm/
Dmemory.c121 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_free_lkb()
Ddlm_internal.h212 #define DLM_DFL_USER_BIT 0 macro
213 #define __DLM_DFL_MIN_BIT DLM_DFL_USER_BIT
Dast.c125 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_add_cb()
Ddebug_fs.c174 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in print_format2_lock()
234 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in print_format3_lock()
Dlock.c3787 if (ms->m_flags & cpu_to_le32(BIT(DLM_DFL_USER_BIT)) && in validate_message()
3788 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in validate_message()
5585 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags); in dlm_user_request()
6103 if (lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
6120 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
/linux-6.6.21/include/trace/events/
Ddlm.h51 { BIT(DLM_DFL_USER_BIT), "USER" }, \