Searched refs:LKM_NLMODE (Results 1 - 8 of 8) sorted by path

/linux-master/fs/ocfs2/dlm/
H A Ddlmapi.h103 #define LKM_NLMODE 0 /* null lock */ macro
H A Ddlmast.c54 BUG_ON(lock->ml.highest_blocked == LKM_NLMODE);
64 else if (lock->ml.type == LKM_NLMODE)
H A Ddlmcommon.h1039 case LKM_NLMODE:
1049 if (request == LKM_NLMODE ||
1050 existing == LKM_NLMODE)
H A Ddlmconvert.c144 case LKM_NLMODE:
146 if (type > LKM_NLMODE) {
304 if (lock->ml.convert_type == LKM_NLMODE)
H A Ddlmlock.c559 if (mode != LKM_EXMODE && mode != LKM_PRMODE && mode != LKM_NLMODE) {
H A Ddlmrecovery.c1924 if (ml->type == LKM_NLMODE)
/linux-master/fs/ocfs2/
H A Dlocks.c38 lockres->l_level > LKM_NLMODE) {
H A Dstack_o2cb.c35 #if (DLM_LOCK_NL != LKM_NLMODE)

Completed in 202 milliseconds