Searched refs:lkb_dflags (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/dlm/ |
| H A D | memory.c | 122 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in __free_lkb_rcu()
|
| 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 | user.c | 187 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 D | lock.c | 3944 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) { in validate_message() 5770 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags); in dlm_user_request() 5885 clear_bit(DLM_DFL_ORPHAN_BIT, &iter->lkb_dflags); in dlm_user_adopt_orphan() 6129 set_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags); in del_proc_lock() 6280 int lkb_nodeid, unsigned int lkb_dflags, int lkb_status) in dlm_debug_add_lkb() argument 6288 if (lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb() 6301 dlm_set_dflags_val(lkb, lkb_dflags); in dlm_debug_add_lkb() 6305 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT)) in dlm_debug_add_lkb()
|