Home
last modified time | relevance | path

Searched refs:EXT2_DYNAMIC_REV (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/ext2/
H A Dext2.h495 #define EXT2_DYNAMIC_REV 1 /* V2 format w/ dynamic inode sizes */ macro
498 #define EXT2_MAX_SUPP_REV EXT2_DYNAMIC_REV
H A Dsuper.c113 EXT2_DYNAMIC_REV); in ext2_update_dynamic_rev()
117 es->s_rev_level = cpu_to_le32(EXT2_DYNAMIC_REV); in ext2_update_dynamic_rev()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch32 -#define EXT2_DYNAMIC_REV 1 // V2 format w/ dynamic inode sizes
908 - * These fields are for EXT2_DYNAMIC_REV superblocks only.
1007 -#define EXT2_DYNAMIC_REV 1 /* V2 format w/ dynamic inode sizes */
1010 -#define EXT2_MAX_SUPP_REV EXT2_DYNAMIC_REV