Home
last modified time | relevance | path

Searched refs:EXT2_SB_MAGIC_OFFSET (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dext2_fs.h30 #define EXT2_SB_MAGIC_OFFSET 0x38 macro
37 if (*(__le16 *)(p + EXT2_SB_MAGIC_OFFSET) != cpu_to_le16(EXT2_SUPER_MAGIC)) in ext2_image_size()
/openbmc/linux/fs/ext2/
H A Dext2.h613 A(EXT2_SB_MAGIC_OFFSET, s_magic); in verify_offsets()