Go to the documentation of this file.
14 #ifndef _LINUX_DLM_DEVICE_H
15 #define _LINUX_DLM_DEVICE_H
21 #include <linux/dlm.h>
22 #include <linux/types.h>
24 #define DLM_USER_LVB_LEN 32
27 #define DLM_DEVICE_VERSION_MAJOR 6
28 #define DLM_DEVICE_VERSION_MINOR 0
29 #define DLM_DEVICE_VERSION_PATCH 1
95 #define DLM_USER_LOCK 1
96 #define DLM_USER_UNLOCK 2
97 #define DLM_USER_QUERY 3
98 #define DLM_USER_CREATE_LOCKSPACE 4
99 #define DLM_USER_REMOVE_LOCKSPACE 5
100 #define DLM_USER_PURGE 6
101 #define DLM_USER_DEADLOCK 7
104 #define DLM_USER_LSFLG_AUTOFREE 1
105 #define DLM_USER_LSFLG_FORCEFREE 2