Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h62 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE) macro
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h177 #define EXT2_MIN_BLOCK_SIZE 1024 macro
/OK3568_Linux_fs/u-boot/fs/ext4/
H A Dext4_write.c615 fs->gdtable_blkno = ((EXT2_MIN_BLOCK_SIZE == fs->blksz) + 1); in ext4fs_init()