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

  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 82 #define EXT2_MAX_BLOCK_LOG_SIZE 16 /* 65536 */
84 #define EXT2_MAX_BLOCK_SIZE (1 << EXT2_MAX_BLOCK_LOG_SIZE)
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 82 #define EXT2_MAX_BLOCK_LOG_SIZE 16 /* 65536 */
84 #define EXT2_MAX_BLOCK_SIZE (1 << EXT2_MAX_BLOCK_LOG_SIZE)
    [all...]

Completed in 109 milliseconds