Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
stack_o2cb.c File Reference
#include <linux/kernel.h>
#include <linux/crc32.h>
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/fs.h>
#include "cluster/masklog.h"
#include "cluster/nodemanager.h"
#include "cluster/heartbeat.h"
#include "cluster/tcp.h"
#include "stackglue.h"

Go to the source code of this file.

Data Structures

struct  o2dlm_private
 

Macros

#define map_flag(_generic, _o2dlm)
 
#define O2CB_MAP_STABILIZE_COUNT   60
 

Functions

 MODULE_AUTHOR ("Oracle")
 
 MODULE_DESCRIPTION ("ocfs2 driver for the classic o2cb stack")
 
 MODULE_LICENSE ("GPL")
 
 module_init (o2cb_stack_init)
 
 module_exit (o2cb_stack_exit)
 

Macro Definition Documentation

#define map_flag (   _generic,
  _o2dlm 
)
Value:
if (flags & (_generic)) { \
flags &= ~(_generic); \
o2dlm_flags |= (_o2dlm); \
}

Definition at line 70 of file stack_o2cb.c.

#define O2CB_MAP_STABILIZE_COUNT   60

Function Documentation

MODULE_AUTHOR ( "Oracle"  )
MODULE_DESCRIPTION ( "ocfs2 driver for the classic o2cb stack )
module_exit ( o2cb_stack_exit  )
module_init ( o2cb_stack_init  )
MODULE_LICENSE ( "GPL"  )