Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext_common.h60 #define EXT2_MAX_BLOCK_LOG_SIZE 16 /* 65536 */ macro
62 #define EXT2_MAX_BLOCK_SIZE (1 << EXT2_MAX_BLOCK_LOG_SIZE)
/openbmc/linux/fs/ext2/
H A Dext2.h180 #define EXT2_MAX_BLOCK_LOG_SIZE 16 macro
H A Dsuper.c948 (EXT2_MAX_BLOCK_LOG_SIZE - BLOCK_SIZE_BITS)) { in ext2_fill_super()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch423 -#define EXT2_MAX_BLOCK_LOG_SIZE 16 /* 65536 */
425 -#define EXT2_MAX_BLOCK_SIZE (1 << EXT2_MAX_BLOCK_LOG_SIZE)