Searched defs:EXT2_MIN_BLOCK_LOG_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h81 #define EXT2_MIN_BLOCK_LOG_SIZE 10 /* 1024 */ macro
83 #define EXT2_MIN_BLOCK_SIZE (1 << EXT2_MIN_BLOCK_LOG_SIZE)
104 #define EXT2_MIN_CLUSTER_LOG_SIZE EXT2_MIN_BLOCK_LOG_SIZE
120 #define EXT2_MIN_FRAG_LOG_SIZE EXT2_MIN_BLOCK_LOG_SIZE

Completed in 526 milliseconds