Home
last modified time | relevance | path

Searched refs:s_magic (Results 1 – 7 of 7) sorted by relevance

/system/extras/ext4_utils/
Dext4_sb.cpp24 if (sb->s_magic != EXT4_SUPER_MAGIC) return -EINVAL; in ext4_parse_sb()
Dext4_utils.cpp169 if (sb->s_magic != EXT4_SUPER_MAGIC) error("superblock magic incorrect"); in ext4_parse_sb_info()
/system/extras/squashfs_utils/
Dsquashfs_utils.c46 if (sb->s_magic != SQUASHFS_MAGIC) { in squashfs_parse_sb_buffer()
/system/extras/tests/fstest/
Drecovery_test.cpp92 if (sb->s_magic != 0xEF53) { in getSuperBlock()
/system/extras/ext4_utils/include/ext4_utils/
Dext4.h431 __le16 s_magic; member
/system/core/fs_mgr/
Dfs_mgr.cpp298 if (es->s_magic != EXT4_SUPER_MAGIC) return false; in is_ext4_superblock_valid()
980 if (super_block.s_magic != EXT4_SUPER_MAGIC) { in TranslateExtLabels()
/system/vold/
Dcryptfs.cpp584 if (le32_to_cpu(sb.s_magic) != EXT4_SUPER_MAGIC) { in get_fs_size()