HomeSort by relevance Sort by last modified time
    Searched defs:ext2_super_block (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/misc/
e2label.c 42 struct ext2_super_block { struct
  /external/clang/test/Sema/
array-bounds-ptr-arith.c 4 struct ext2_super_block{ struct
7 void* ext2_statfs (struct ext2_super_block *es,int a)
11 void* broken (struct ext2_super_block *es,int a)
  /external/syslinux/core/fs/ext2/
ext2_fs.h 69 struct ext2_super_block { struct
144 #error ext2_super_block definition bogus
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ext2_fs.h 340 struct ext2_super_block { struct
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 540 struct ext2_super_block { struct
630 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count)
642 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
  /external/e2fsprogs/lib/blkid/
probe.h 53 struct ext2_super_block { struct
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 628 struct ext2_super_block { struct
719 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count)
731 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
835 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
840 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
845 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
852 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
857 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
862 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
869 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb)
    [all...]

Completed in 160 milliseconds