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

Go to the source code of this file.

Data Structures

struct  bitmap_super_s
 

Macros

#define BITMAP_MAJOR_LO   3
 
#define BITMAP_MAJOR_HI   4
 
#define BITMAP_MAJOR_HOSTENDIAN   3
 
#define BITMAP_MAGIC   0x6d746962
 

Typedefs

typedef struct bitmap_super_s bitmap_super_t
 

Enumerations

enum  bitmap_state { BITMAP_STALE = 1, BITMAP_WRITE_ERROR = 2, BITMAP_HOSTENDIAN =15 }
 

Macro Definition Documentation

#define BITMAP_MAGIC   0x6d746962

Definition at line 110 of file bitmap.h.

#define BITMAP_MAJOR_HI   4

Definition at line 13 of file bitmap.h.

#define BITMAP_MAJOR_HOSTENDIAN   3

Definition at line 14 of file bitmap.h.

#define BITMAP_MAJOR_LO   3

Definition at line 9 of file bitmap.h.

Typedef Documentation

Enumeration Type Documentation

Enumerator:
BITMAP_STALE 
BITMAP_WRITE_ERROR 
BITMAP_HOSTENDIAN 

Definition at line 113 of file bitmap.h.