Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Ddlm_internal.h262 unsigned long lkb_dflags; /* distributed flags */ member
760 return dlm_flags_val(&lkb->lkb_dflags, __DLM_DFL_MIN_BIT, in dlm_dflags_val()
799 dlm_set_flags_val(&lkb->lkb_dflags, val, __DLM_DFL_MIN_BIT, in dlm_set_dflags_val()
H A Dmemory.c122 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in __free_lkb_rcu()
H A 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()
H A Duser.c187 if (test_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags) || in dlm_user_add_ast()
200 if (test_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags) || in dlm_user_add_ast()
H A Dlock.c3941 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in validate_message()
5784 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags); in dlm_user_request()
5899 clear_bit(DLM_DFL_ORPHAN_BIT, &iter->lkb_dflags); in dlm_user_adopt_orphan()
6143 set_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags); in del_proc_lock()
6294 int lkb_nodeid, unsigned int lkb_dflags, int lkb_status) in dlm_debug_add_lkb() argument
6302 if (lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
6315 dlm_set_dflags_val(lkb, lkb_dflags); in dlm_debug_add_lkb()
6319 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()