Searched refs:lkb_dflags (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | ast.c | 79 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_enqueue_lkb_callback() 139 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_add_cb()
|
H A D | dlm_internal.h | 240 unsigned long lkb_dflags; /* distributed flags */ member 761 return dlm_flags_val(&lkb->lkb_dflags, __DLM_DFL_MIN_BIT, in dlm_dflags_val() 800 dlm_set_flags_val(&lkb->lkb_dflags, val, __DLM_DFL_MIN_BIT, in dlm_set_dflags_val()
|
H A D | memory.c | 121 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in dlm_free_lkb()
|
H A D | user.c | 203 if (test_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags) || in dlm_user_add_ast() 216 if (test_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags) || in dlm_user_add_ast()
|
H A D | debug_fs.c | 174 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 D | lock.c | 3786 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in validate_message() 5583 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags); in dlm_user_request() 5698 clear_bit(DLM_DFL_ORPHAN_BIT, &iter->lkb_dflags); in dlm_user_adopt_orphan() 5942 set_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags); in del_proc_lock() 6093 int lkb_nodeid, unsigned int lkb_dflags, int lkb_status) in dlm_debug_add_lkb() argument 6101 if (lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb() 6114 dlm_set_dflags_val(lkb, lkb_dflags); in dlm_debug_add_lkb() 6118 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
|