Searched refs:DLM_LOCK_CW (Results 1 – 7 of 7) sorted by relevance
77 case DLM_LOCK_CW: in gdlm_bast()99 return DLM_LOCK_CW; in make_mode()129 else if (req == DLM_LOCK_CW) in make_flags()
53 return DLM_LOCK_CW; in glock_trace_state()
32 #define DLM_LOCK_CW 2 /* concurrent write */ macro
50 #if (DLM_LOCK_CW != LKM_CWMODE)
260 if ((lkb->lkb_grmode==DLM_LOCK_PR && lkb->lkb_rqmode==DLM_LOCK_CW) || in middle_conversion()261 (lkb->lkb_rqmode==DLM_LOCK_PR && lkb->lkb_grmode==DLM_LOCK_CW)) in middle_conversion()1408 lkb->lkb_rqmode = DLM_LOCK_CW; in munge_altmode()1679 else if (rqmode != DLM_LOCK_CW && (lkb->lkb_exflags & DLM_LKF_ALTCW)) in can_be_granted()1680 alt = DLM_LOCK_CW; in can_be_granted()1742 if (cw && lkb->lkb_rqmode == DLM_LOCK_CW) in grant_pending_convert()1765 if (lkb->lkb_rqmode == DLM_LOCK_CW) in grant_pending_wait()1816 queue_bast(r, lkb, DLM_LOCK_CW); in grant_pending_locks()1826 if ((gr->lkb_grmode == DLM_LOCK_PR && rq->lkb_rqmode == DLM_LOCK_CW) || in modes_require_bast()1827 (gr->lkb_grmode == DLM_LOCK_CW && rq->lkb_rqmode == DLM_LOCK_PR)) { in modes_require_bast()
661 lkb->lkb_grmode == DLM_LOCK_CW) { in recover_conversion()
38 case DLM_LOCK_CW: in print_lockmode()