Linux Kernel
3.7.1
|
#include <linux/dlm.h>
#include <linux/types.h>
Go to the source code of this file.
Data Structures | |
struct | dlm_lock_params |
struct | dlm_lspace_params |
struct | dlm_purge_params |
struct | dlm_write_request |
struct | dlm_device_version |
struct | dlm_lock_result |
Macros | |
#define | DLM_USER_LVB_LEN 32 |
#define | DLM_DEVICE_VERSION_MAJOR 6 |
#define | DLM_DEVICE_VERSION_MINOR 0 |
#define | DLM_DEVICE_VERSION_PATCH 1 |
#define | DLM_USER_LOCK 1 |
#define | DLM_USER_UNLOCK 2 |
#define | DLM_USER_QUERY 3 |
#define | DLM_USER_CREATE_LOCKSPACE 4 |
#define | DLM_USER_REMOVE_LOCKSPACE 5 |
#define | DLM_USER_PURGE 6 |
#define | DLM_USER_DEADLOCK 7 |
#define | DLM_USER_LSFLG_AUTOFREE 1 |
#define | DLM_USER_LSFLG_FORCEFREE 2 |
#define DLM_DEVICE_VERSION_MAJOR 6 |
Definition at line 27 of file dlm_device.h.
#define DLM_DEVICE_VERSION_MINOR 0 |
Definition at line 28 of file dlm_device.h.
#define DLM_DEVICE_VERSION_PATCH 1 |
Definition at line 29 of file dlm_device.h.
#define DLM_USER_CREATE_LOCKSPACE 4 |
Definition at line 98 of file dlm_device.h.
#define DLM_USER_DEADLOCK 7 |
Definition at line 101 of file dlm_device.h.
#define DLM_USER_LOCK 1 |
Definition at line 95 of file dlm_device.h.
#define DLM_USER_LSFLG_AUTOFREE 1 |
Definition at line 104 of file dlm_device.h.
#define DLM_USER_LSFLG_FORCEFREE 2 |
Definition at line 105 of file dlm_device.h.
#define DLM_USER_LVB_LEN 32 |
Definition at line 24 of file dlm_device.h.
#define DLM_USER_PURGE 6 |
Definition at line 100 of file dlm_device.h.
#define DLM_USER_QUERY 3 |
Definition at line 97 of file dlm_device.h.
#define DLM_USER_REMOVE_LOCKSPACE 5 |
Definition at line 99 of file dlm_device.h.
#define DLM_USER_UNLOCK 2 |
Definition at line 96 of file dlm_device.h.