HomeSort by relevance Sort by last modified time
    Searched refs:s_log_frag_size (Results 126 - 129 of 129) sorted by null

1 2 3 4 56

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
ext3_fs.h 57 #define EXT3_FRAG_SIZE(s) (EXT3_MIN_FRAG_SIZE << (s)->s_log_frag_size)
299 __le32 s_log_frag_size; member in struct:ext3_super_block
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
ext2_fs.h 56 #define EXT2_FRAG_SIZE(s) (EXT2_MIN_FRAG_SIZE << (s)->s_log_frag_size)
234 __le32 s_log_frag_size; member in struct:ext2_super_block
ext3_fs.h 57 #define EXT3_FRAG_SIZE(s) (EXT3_MIN_FRAG_SIZE << (s)->s_log_frag_size)
299 __le32 s_log_frag_size; member in struct:ext3_super_block
  /external/genext2fs/
genext2fs.c 451 decl32(s_log_frag_size) /* Indicator of the size of the fragments */ \
    [all...]

Completed in 292 milliseconds

1 2 3 4 56