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

  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 80 #define EXT2_MAX_BLOCK_LOG_SIZE 16 /* 65536 */
82 #define EXT2_MAX_BLOCK_SIZE (1 << EXT2_MAX_BLOCK_LOG_SIZE)
  /external/e2fsprogs/e2fsck/
super.c 500 EXT2_MAX_BLOCK_LOG_SIZE - EXT2_MIN_BLOCK_LOG_SIZE);
pass1.c 110 static __u64 ext2_max_sizes[EXT2_MAX_BLOCK_LOG_SIZE -
507 for (i = EXT2_MIN_BLOCK_LOG_SIZE; i <= EXT2_MAX_BLOCK_LOG_SIZE; i++) {
    [all...]

Completed in 16 milliseconds