Linux Kernel
3.7.1
|
#include <linux/fs.h>
#include <linux/dlm.h>
#include <linux/slab.h>
#include <linux/types.h>
#include <linux/delay.h>
#include <linux/gfs2_ondisk.h>
#include "incore.h"
#include "glock.h"
#include "util.h"
#include "sys.h"
#include "trace_gfs2.h"
Go to the source code of this file.
Macros | |
#define | JID_BITMAP_OFFSET 8 /* 4 byte generation number + 4 byte unused */ |
#define | RECOVER_SIZE_INC 16 |
Variables | |
struct workqueue_struct * | gfs2_control_wq |
struct dlm_lockspace_ops | gdlm_lockspace_ops |
struct lm_lockops | gfs2_dlm_ops |
#define JID_BITMAP_OFFSET 8 /* 4 byte generation number + 4 byte unused */ |
Definition at line 448 of file lock_dlm.c.
#define RECOVER_SIZE_INC 16 |
Definition at line 998 of file lock_dlm.c.
struct dlm_lockspace_ops gdlm_lockspace_ops |
Definition at line 1165 of file lock_dlm.c.
struct workqueue_struct* gfs2_control_wq |
struct lm_lockops gfs2_dlm_ops |
Definition at line 1312 of file lock_dlm.c.