Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dext_common.h54 + EXT2_MIN_BLOCK_LOG_SIZE)
60 #define EXT2_MIN_BLOCK_LOG_SIZE 10 /* 1024 */ macro
62 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h179 #define EXT2_MIN_BLOCK_LOG_SIZE 10 macro