HomeSort by relevance Sort by last modified time
    Searched defs:EXT2_N_BLOCKS (Results 51 - 52 of 52) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ext2_fs.h 79 #define EXT2_N_BLOCKS (EXT2_TIND_BLOCK + 1)
135 __le32 i_block[EXT2_N_BLOCKS];
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 249 #define EXT2_N_BLOCKS (EXT2_TIND_BLOCK + 1)
349 __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
396 __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */

Completed in 154 milliseconds

1 23