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

/linux-master/fs/dlm/
H A Dmemory.c121 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
H A Dast.c125 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
H A Ddlm_internal.h212 #define DLM_DFL_USER_BIT 0 macro
213 #define __DLM_DFL_MIN_BIT DLM_DFL_USER_BIT
H A Ddebug_fs.c174 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
234 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
H A Dlock.c3790 if (ms->m_flags & cpu_to_le32(BIT(DLM_DFL_USER_BIT)) &&
3791 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
5625 When DLM_DFL_USER_BIT is set, the dlm knows that this is a userspace
5627 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags);
6145 if (lkb_dflags & BIT(DLM_DFL_USER_BIT))
6162 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT))
/linux-master/include/trace/events/
H A Ddlm.h51 { BIT(DLM_DFL_USER_BIT), "USER" }, \

Completed in 145 milliseconds