HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_MAX_BLOCK_LOG_SIZE (Results 1 - 6 of 6) 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/
openfs.c 285 EXT2_MAX_BLOCK_LOG_SIZE) {
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...]
  /external/e2fsprogs/e2fsck/
super.c 513 EXT2_MAX_BLOCK_LOG_SIZE - EXT2_MIN_BLOCK_LOG_SIZE);
1001 EXT2_MAX_BLOCK_LOG_SIZE) ||
pass1.c 119 static __u64 ext2_max_sizes[EXT2_MAX_BLOCK_LOG_SIZE -
1095 for (i = EXT2_MIN_BLOCK_LOG_SIZE; i <= EXT2_MAX_BLOCK_LOG_SIZE; i++) {
    [all...]
  /system/update_engine/payload_generator/
delta_diff_utils.cc     [all...]

Completed in 139 milliseconds