|
Linux Kernel
3.7.1
|
#include <linux/types.h>Go to the source code of this file.
Data Structures | |
| struct | dlm_plock_info |
Macros | |
| #define | DLM_PLOCK_MISC_NAME "dlm_plock" |
| #define | DLM_PLOCK_VERSION_MAJOR 1 |
| #define | DLM_PLOCK_VERSION_MINOR 2 |
| #define | DLM_PLOCK_VERSION_PATCH 0 |
| #define | DLM_PLOCK_FL_CLOSE 1 |
Enumerations | |
| enum | { DLM_PLOCK_OP_LOCK = 1, DLM_PLOCK_OP_UNLOCK, DLM_PLOCK_OP_GET } |
| #define DLM_PLOCK_FL_CLOSE 1 |
Definition at line 26 of file dlm_plock.h.
| #define DLM_PLOCK_MISC_NAME "dlm_plock" |
Definition at line 14 of file dlm_plock.h.
| #define DLM_PLOCK_VERSION_MAJOR 1 |
Definition at line 16 of file dlm_plock.h.
| #define DLM_PLOCK_VERSION_MINOR 2 |
Definition at line 17 of file dlm_plock.h.
| #define DLM_PLOCK_VERSION_PATCH 0 |
Definition at line 18 of file dlm_plock.h.
| anonymous enum |
Definition at line 20 of file dlm_plock.h.
1.8.2