Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Ddlmconstants.h33 #define DLM_LOCK_CW 2 /* concurrent write */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Ddlmconstants.h33 #define DLM_LOCK_CW 2 /* concurrent write */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Ddlmconstants.h33 #define DLM_LOCK_CW 2 /* concurrent write */ macro
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlock_dlm.c175 case DLM_LOCK_CW: in gdlm_bast()
197 return DLM_LOCK_CW; in make_mode()
230 else if (req == DLM_LOCK_CW) in make_flags()
H A Dtrace_gfs2.h71 return DLM_LOCK_CW; in glock_trace_state()
/OK3568_Linux_fs/kernel/fs/ocfs2/
H A Dstack_o2cb.c43 #if (DLM_LOCK_CW != LKM_CWMODE)
/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlock.c261 if ((lkb->lkb_grmode==DLM_LOCK_PR && lkb->lkb_rqmode==DLM_LOCK_CW) || in middle_conversion()
262 (lkb->lkb_rqmode==DLM_LOCK_PR && lkb->lkb_grmode==DLM_LOCK_CW)) in middle_conversion()
2185 lkb->lkb_rqmode = DLM_LOCK_CW; in munge_altmode()
2487 else if (rqmode != DLM_LOCK_CW && (lkb->lkb_exflags & DLM_LKF_ALTCW)) in can_be_granted()
2488 alt = DLM_LOCK_CW; in can_be_granted()
2560 if (cw && lkb->lkb_rqmode == DLM_LOCK_CW) in grant_pending_convert()
2586 if (lkb->lkb_rqmode == DLM_LOCK_CW) in grant_pending_wait()
2641 queue_bast(r, lkb, DLM_LOCK_CW); in grant_pending_locks()
2651 if ((gr->lkb_grmode == DLM_LOCK_PR && rq->lkb_rqmode == DLM_LOCK_CW) || in modes_require_bast()
2652 (gr->lkb_grmode == DLM_LOCK_CW && rq->lkb_rqmode == DLM_LOCK_PR)) { in modes_require_bast()
H A Drecover.c827 lkb->lkb_grmode == DLM_LOCK_CW) { in recover_conversion()
H A Ddebug_fs.c36 case DLM_LOCK_CW: in print_lockmode()
/OK3568_Linux_fs/kernel/drivers/md/
H A Dmd-cluster.c750 error = dlm_lock_sync(cinfo->message_lockres, DLM_LOCK_CW); in __sendmsg()