Searched refs:LKM_EXMODE (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dlocks.c57 if (lockres->l_level == LKM_EXMODE)
H A Dstack_o2cb.c59 #if (DLM_LOCK_EX != LKM_EXMODE)
H A Ddlmglue.c462 } else if (level == LKM_EXMODE) {
2696 status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE,
2710 ex ? LKM_EXMODE : LKM_PRMODE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmapi.h125 #define LKM_EXMODE 5 /* exclusive */ macro
H A Ddlmast.c78 if (lock->ml.type == LKM_EXMODE)
84 else if (lock->ml.highest_blocked != LKM_EXMODE)
H A Ddlmconvert.c154 case LKM_EXMODE:
301 if (lock->ml.type == LKM_EXMODE) {
H A Ddlmunlock.c484 lock->ml.type != LKM_EXMODE)
627 if (flags & LKM_VALBLK && lock->ml.type != LKM_EXMODE)
H A Ddlmrecovery.c1181 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE)
1897 BUG_ON(ml->type != LKM_EXMODE &&
1900 (ml->type == LKM_EXMODE ||
2151 if (lock->ml.type != LKM_EXMODE &&
2154 } else if (lock->ml.type == LKM_EXMODE)
2486 ret = dlmlock(dlm, LKM_EXMODE, &lksb, LKM_NOQUEUE|LKM_RECOVERY,
H A Ddlmcommon.h1041 case LKM_EXMODE:
1060 if (request == LKM_EXMODE)
H A Ddlmlock.c584 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) {

Completed in 57 milliseconds