Searched refs:lkb_dflags (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 Ddlm_internal.h210 /* lkb_dflags */
239 unsigned long lkb_dflags; /* distributed flags */ member in struct:dlm_lkb
760 return dlm_flags_val(&lkb->lkb_dflags, __DLM_DFL_MIN_BIT,
799 dlm_set_flags_val(&lkb->lkb_dflags, val, __DLM_DFL_MIN_BIT,
H A Dast.c125 if (test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
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 Duser.c204 if (test_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags) ||
217 if (test_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags) ||
H A Dlock.c3791 !test_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags)) {
5627 set_bit(DLM_DFL_USER_BIT, &lkb->lkb_dflags);
5742 clear_bit(DLM_DFL_ORPHAN_BIT, &iter->lkb_dflags);
5986 set_bit(DLM_DFL_ORPHAN_BIT, &lkb->lkb_dflags);
6137 int lkb_nodeid, unsigned int lkb_dflags, int lkb_status)
6145 if (lkb_dflags & BIT(DLM_DFL_USER_BIT))
6158 dlm_set_dflags_val(lkb, lkb_dflags);
6162 if (~lkb_dflags & BIT(DLM_DFL_USER_BIT))
6136 dlm_debug_add_lkb(struct dlm_ls *ls, uint32_t lkb_id, char *name, int len, int lkb_nodeid, unsigned int lkb_dflags, int lkb_status) argument

Completed in 163 milliseconds