Searched refs:LKM_PRMODE (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/dlm/
H A Ddlmapi.h123 #define LKM_PRMODE 3 /* protected read */ macro
H A Ddlmlock.c584 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) {
702 if (mode < LKM_PRMODE)
H A Ddlmconvert.c161 case LKM_PRMODE:
H A Ddlmcommon.h1043 case LKM_PRMODE:
1064 if (existing == LKM_PRMODE)
H A Ddlmrecovery.c1181 if (lock->ml.type != LKM_EXMODE && lock->ml.type != LKM_PRMODE)
1898 ml->type != LKM_PRMODE);
2152 lock->ml.type != LKM_PRMODE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ocfs2/
H A Dstack_o2cb.c53 #if (DLM_LOCK_PR != LKM_PRMODE)
H A Ddlmglue.c457 if (level == LKM_PRMODE) {
2696 status = ocfs2_cluster_lock(osb, lockres, ex ? LKM_EXMODE : LKM_PRMODE,
2710 ex ? LKM_EXMODE : LKM_PRMODE);

Completed in 82 milliseconds