|
Linux Kernel
3.7.1
|
#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__ |
| #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.
1.8.2