Home
last modified time | relevance | path

Searched refs:eh_magic (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dext4fs.h75 __le16 eh_magic; /* probably will support different formats */ member
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0006-linux-syslinux-implement-write_to_ext-and-add-syslin.patch151 + eh->eh_magic = ext2fs_cpu_to_le16(EXT3_EXT_MAGIC);
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch279 - uint16_t eh_magic; /* probably will support different formats */
/openbmc/u-boot/fs/ext4/
H A Dext4_common.c1537 if (le16_to_cpu(ext_block->eh_magic) != EXT4_EXT_MAGIC) in ext4fs_get_extent_block()