Go to the documentation of this file.
9 #ifndef __EFS_FS_SB_H__
10 #define __EFS_FS_SB_H__
12 #include <linux/types.h>
13 #include <linux/magic.h>
16 #define EFS_MAGIC 0x072959
17 #define EFS_NEWMAGIC 0x07295a
19 #define IS_EFS_MAGIC(x) ((x == EFS_MAGIC) || (x == EFS_NEWMAGIC))
22 #define EFS_ROOTINODE 2