Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations
vxfs_olt.h File Reference

Go to the source code of this file.

Data Structures

struct  vxfs_olt
 
struct  vxfs_oltcommon
 
struct  vxfs_oltfree
 
struct  vxfs_oltilist
 
struct  vxfs_oltcut
 
struct  vxfs_oltsb
 
struct  vxfs_oltdev
 
struct  vxfs_oltfshead
 

Macros

#define VXFS_OLT_MAGIC   0xa504FCF5
 

Enumerations

enum  {
  VXFS_OLT_FREE = 1, VXFS_OLT_FSHEAD = 2, VXFS_OLT_CUT = 3, VXFS_OLT_ILIST = 4,
  VXFS_OLT_DEV = 5, VXFS_OLT_SB = 6
}
 

Macro Definition Documentation

#define VXFS_OLT_MAGIC   0xa504FCF5

Definition at line 44 of file vxfs_olt.h.

Enumeration Type Documentation

anonymous enum
Enumerator:
VXFS_OLT_FREE 
VXFS_OLT_FSHEAD 
VXFS_OLT_CUT 
VXFS_OLT_ILIST 
VXFS_OLT_DEV 
VXFS_OLT_SB 

Definition at line 49 of file vxfs_olt.h.