Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext4fs.h75 __le16 eh_magic; /* probably will support different formats */ member
/openbmc/linux/fs/ext4/
H A Dext4_extents.h86 __le16 eh_magic; /* probably will support different formats */ member
H A Dextents.c461 if (unlikely(eh->eh_magic != EXT4_EXT_MAGIC)) { in __ext4_ext_check()
508 le16_to_cpu(eh->eh_magic), in __ext4_ext_check()
876 eh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_tree_init()
1141 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split()
1219 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_split()
1360 neh->eh_magic = EXT4_EXT_MAGIC; in ext4_ext_grow_indepth()
H A Dfast_commit.c1559 if (eh->eh_magic != EXT4_EXT_MAGIC) { in ext4_fc_replay_inode()
1561 eh->eh_magic = EXT4_EXT_MAGIC; in ext4_fc_replay_inode()
/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);
/openbmc/linux/Documentation/filesystems/ext4/
H A Difork.rst80 - eh_magic
/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()