Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dext2_fs.h37 if (*(__le16 *)(p + EXT2_SB_MAGIC_OFFSET) != cpu_to_le16(EXT2_SUPER_MAGIC)) in ext2_image_size()
/openbmc/linux/include/uapi/linux/
H A Dmagic.h24 #define EXT2_SUPER_MAGIC 0xEF53 macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0009-linux-syslinux-implement-install_bootblock.patch32 + if (sb.s_magic != EXT2_SUPER_MAGIC) {
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch29 -#define EXT2_SUPER_MAGIC 0xEF53
403 -#define EXT2_SUPER_MAGIC 0xEF53
/openbmc/linux/fs/ext2/
H A Dsuper.c877 if (sb->s_magic != EXT2_SUPER_MAGIC) in ext2_fill_super()
987 if (es->s_magic != cpu_to_le16(EXT2_SUPER_MAGIC)) { in ext2_fill_super()
1031 if (sb->s_magic != EXT2_SUPER_MAGIC) in ext2_fill_super()
1456 buf->f_type = EXT2_SUPER_MAGIC; in ext2_statfs()
/openbmc/qemu/hw/9pfs/
H A D9p-local.c46 #ifndef EXT2_SUPER_MAGIC
47 #define EXT2_SUPER_MAGIC 0xEF53 macro
1429 case EXT2_SUPER_MAGIC: in local_ioc_getversion_init()
/openbmc/linux/fs/nfsd/
H A Dnfs3proc.c734 case EXT2_SUPER_MAGIC: in nfsd3_proc_pathconf()