patch-2.3.47 linux/include/linux/lockd/nlm.h
Next file: linux/include/linux/lockd/xdr4.h
Previous file: linux/include/linux/lockd/lockd.h
Back to the patch index
Back to the overall index
- Lines: 33
- Date:
Sun Feb 20 10:41:18 2000
- Orig file:
v2.3.46/linux/include/linux/lockd/nlm.h
- Orig date:
Mon Apr 7 11:35:31 1997
diff -u --recursive --new-file v2.3.46/linux/include/linux/lockd/nlm.h linux/include/linux/lockd/nlm.h
@@ -9,6 +9,8 @@
#ifndef LINUX_LOCKD_NLM_H
#define LINUX_LOCKD_NLM_H
+#include <linux/config.h>
+
/* Maximum file offset in file_lock.fl_end */
#ifdef OFFSET_MAX
# define NLM_OFFSET_MAX OFFSET_MAX
@@ -18,11 +20,18 @@
/* Return states for NLM */
enum {
- NLM_LCK_GRANTED = 0,
- NLM_LCK_DENIED,
- NLM_LCK_DENIED_NOLOCKS,
- NLM_LCK_BLOCKED,
- NLM_LCK_DENIED_GRACE_PERIOD,
+ NLM_LCK_GRANTED = 0,
+ NLM_LCK_DENIED = 1,
+ NLM_LCK_DENIED_NOLOCKS = 2,
+ NLM_LCK_BLOCKED = 3,
+ NLM_LCK_DENIED_GRACE_PERIOD = 4,
+#ifdef CONFIG_LOCKD_V4
+ NLM_DEADLCK = 5,
+ NLM_ROFS = 6,
+ NLM_STALE_FH = 7,
+ NLM_FBIG = 8,
+ NLM_FAILED = 9,
+#endif
};
#define NLM_PROGRAM 100021
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)