Home
last modified time | relevance | path

Searched refs:EXT4_SUPER_MAGIC (Results 1 – 5 of 5) sorted by relevance

/system/extras/ext4_utils/
Dext4_sb.h22 #define EXT4_SUPER_MAGIC 0xEF53 macro
Dext4_sb.c25 if (sb->s_magic != EXT4_SUPER_MAGIC) in ext4_parse_sb()
Dext4_utils.c252 sb->s_magic = EXT4_SUPER_MAGIC; in ext4_fill_in_sb()
364 if (sb->s_magic != EXT4_SUPER_MAGIC) in ext4_parse_sb_info()
/system/core/fs_mgr/
Dfs_mgr.c411 if (sb->s_magic != EXT4_SUPER_MAGIC) { in translate_ext_labels()
/system/vold/
Dcryptfs.c535 if (le32_to_cpu(sb.s_magic) != EXT4_SUPER_MAGIC) { in get_fs_size()