Home
last modified time | relevance | path

Searched refs:DLM_LOCK_CW (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/fs/gfs2/
Dlock_dlm.c77 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()
Dtrace_gfs2.h53 return DLM_LOCK_CW; in glock_trace_state()
/linux-2.6.39/include/linux/
Ddlmconstants.h32 #define DLM_LOCK_CW 2 /* concurrent write */ macro
/linux-2.6.39/fs/ocfs2/
Dstack_o2cb.c50 #if (DLM_LOCK_CW != LKM_CWMODE)
/linux-2.6.39/fs/dlm/
Dlock.c260 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()
Drecover.c661 lkb->lkb_grmode == DLM_LOCK_CW) { in recover_conversion()
Ddebug_fs.c38 case DLM_LOCK_CW: in print_lockmode()