Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
efs_fs_sb.h File Reference
#include <linux/types.h>
#include <linux/magic.h>

Go to the source code of this file.

Data Structures

struct  efs_super
 
struct  efs_sb_info
 

Macros

#define EFS_MAGIC   0x072959
 
#define EFS_NEWMAGIC   0x07295a
 
#define IS_EFS_MAGIC(x)   ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC))
 
#define EFS_SUPER   1
 
#define EFS_ROOTINODE   2
 

Variables

struct efs_super __attribute__
 

Macro Definition Documentation

#define EFS_MAGIC   0x072959

Definition at line 16 of file efs_fs_sb.h.

#define EFS_NEWMAGIC   0x07295a

Definition at line 17 of file efs_fs_sb.h.

#define EFS_ROOTINODE   2

Definition at line 22 of file efs_fs_sb.h.

#define EFS_SUPER   1

Definition at line 21 of file efs_fs_sb.h.

#define IS_EFS_MAGIC (   x)    ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC))

Definition at line 19 of file efs_fs_sb.h.

Variable Documentation