Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dext_common.h61 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE) macro
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0001-ext2_fs.h-do-not-carry-an-outdated-copy.patch424 -#define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)
433 -#define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
447 -#define EXT2_MIN_CLUSTER_SIZE EXT2_MIN_BLOCK_SIZE
449 -#define EXT2_CLUSTER_SIZE(s) (EXT2_MIN_BLOCK_SIZE << \
459 -#define EXT2_MIN_FRAG_SIZE EXT2_MIN_BLOCK_SIZE
585 -#define EXT2_MAX_DESC_SIZE EXT2_MIN_BLOCK_SIZE
/openbmc/linux/fs/ext2/
H A Dext2.h177 #define EXT2_MIN_BLOCK_SIZE 1024 macro
/openbmc/u-boot/fs/ext4/
H A Dext4_write.c614 fs->gdtable_blkno = ((EXT2_MIN_BLOCK_SIZE == fs->blksz) + 1); in ext4fs_init()