Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext_common.h53 + EXT2_MIN_BLOCK_LOG_SIZE)
59 #define EXT2_MIN_BLOCK_LOG_SIZE 10 /* 1024 */ macro
61 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch422 -#define EXT2_MIN_BLOCK_LOG_SIZE 10 /* 1024 */
424 -#define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)
445 -#define EXT2_MIN_CLUSTER_LOG_SIZE EXT2_MIN_BLOCK_LOG_SIZE
461 -#define EXT2_MIN_FRAG_LOG_SIZE EXT2_MIN_BLOCK_LOG_SIZE
/openbmc/linux/fs/ext2/
H A Dext2.h179 #define EXT2_MIN_BLOCK_LOG_SIZE 10 macro