HomeSort by relevance Sort by last modified time
    Searched refs:EXT2_MIN_BLOCK_SIZE (Results 26 - 31 of 31) sorted by null

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/linux/
ext2_fs.h 44 #define EXT2_MIN_BLOCK_SIZE 1024
47 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
ext2_fs.h 44 #define EXT2_MIN_BLOCK_SIZE 1024
47 #define EXT2_BLOCK_SIZE(s) (EXT2_MIN_BLOCK_SIZE << (s)->s_log_block_size)
  /external/e2fsprogs/misc/
mke2fs.c 1227 if (b < EXT2_MIN_BLOCK_SIZE ||
1252 if (size < EXT2_MIN_BLOCK_SIZE ||
1293 if (inode_ratio < EXT2_MIN_BLOCK_SIZE ||
1298 optarg, EXT2_MIN_BLOCK_SIZE,
    [all...]
dumpe2fs.c 538 for (use_blocksize = EXT2_MIN_BLOCK_SIZE;
  /external/e2fsprogs/e2fsck/
util.c 489 for (blocksize = EXT2_MIN_BLOCK_SIZE;
unix.c 923 for (blocksize = EXT2_MIN_BLOCK_SIZE;
    [all...]

Completed in 293 milliseconds

12