HomeSort by relevance Sort by last modified time
    Searched defs:EXT2_MIN_BLOCK_LOG_SIZE (Results 1 - 2 of 2) sorted by null

  /development/ndk/platforms/android-3/include/linux/
ext2_fs.h 46 #define EXT2_MIN_BLOCK_LOG_SIZE 10
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 81 #define EXT2_MIN_BLOCK_LOG_SIZE 10 /* 1024 */
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 185 milliseconds