/external/clang/test/Sema/ |
D | array-bounds-ptr-arith.c | 4 struct ext2_super_block{ struct 7 void* ext2_statfs (struct ext2_super_block *es,int a) in ext2_statfs() argument 11 void* broken (struct ext2_super_block *es,int a) in broken()
|
/external/e2fsprogs/lib/ext2fs/ |
D | blknum.c | 91 blk64_t ext2fs_blocks_count(struct ext2_super_block *super) in ext2fs_blocks_count() 101 void ext2fs_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_set() 111 void ext2fs_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_blocks_count_add() 121 blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super) in ext2fs_r_blocks_count() 131 void ext2fs_r_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_set() 141 void ext2fs_r_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_r_blocks_count_add() 151 blk64_t ext2fs_free_blocks_count(struct ext2_super_block *super) in ext2fs_free_blocks_count() 161 void ext2fs_free_blocks_count_set(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_set() 171 void ext2fs_free_blocks_count_add(struct ext2_super_block *super, blk64_t blk) in ext2fs_free_blocks_count_add()
|
D | ext2_fs.h | 628 struct ext2_super_block { struct 719 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument 731 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument 834 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \ 839 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \ 844 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \ 851 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \ 856 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \ 861 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \ 868 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \ [all …]
|
D | closefs.c | 193 struct ext2_super_block *super) in write_primary_superblock() 241 struct ext2_super_block *sb = fs->super; in ext2fs_update_dynamic_rev() 255 struct ext2_super_block *super_shadow) in write_backup_super() 286 struct ext2_super_block *super_shadow = 0; in ext2fs_flush2() 329 memcpy(super_shadow, fs->super, sizeof(struct ext2_super_block)); in ext2fs_flush2()
|
D | ext2fs.h | 220 struct ext2_super_block * super; 240 struct ext2_super_block * orig_super; 880 extern blk64_t ext2fs_blocks_count(struct ext2_super_block *super); 881 extern void ext2fs_blocks_count_set(struct ext2_super_block *super, 883 extern void ext2fs_blocks_count_add(struct ext2_super_block *super, 885 extern blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super); 886 extern void ext2fs_r_blocks_count_set(struct ext2_super_block *super, 888 extern void ext2fs_r_blocks_count_add(struct ext2_super_block *super, 890 extern blk64_t ext2fs_free_blocks_count(struct ext2_super_block *super); 891 extern void ext2fs_free_blocks_count_set(struct ext2_super_block *super, [all …]
|
D | csum.c | 74 int ext2fs_verify_csum_type(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_verify_csum_type() 83 struct ext2_super_block *sb) in ext2fs_superblock_csum() 85 int offset = offsetof(struct ext2_super_block, s_checksum); in ext2fs_superblock_csum() 91 int ext2fs_superblock_csum_verify(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_superblock_csum_verify() 110 struct ext2_super_block *sb) in ext2fs_superblock_csum_set() 833 struct ext2_super_block *sb = fs->super; in ext2fs_set_gdt_csum() 890 struct ext2_super_block *sb = fs->super; in print_csum() 935 struct ext2_super_block param; in main()
|
D | initialize.c | 60 struct ext2_super_block *sb = fs->super; in calc_reserved_gdt_blocks() 89 struct ext2_super_block *param, in ext2fs_initialize() 94 struct ext2_super_block *super; in ext2fs_initialize()
|
D | tst_super_size.c | 19 #define sb_struct ext2_super_block
|
D | tst_iscan.c | 75 struct ext2_super_block param; in setup()
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 99 static void print_features(struct ext2_super_block * s, FILE *f) in print_features() 120 static void print_mntopts(struct ext2_super_block * s, FILE *f) in print_mntopts() 145 static void print_super_flags(struct ext2_super_block * s, FILE *f) in print_super_flags() 171 static __u64 e2p_blocks_count(struct ext2_super_block *super) in e2p_blocks_count() 178 static __u64 e2p_r_blocks_count(struct ext2_super_block *super) in e2p_r_blocks_count() 185 static __u64 e2p_free_blocks_count(struct ext2_super_block *super) in e2p_free_blocks_count() 224 void list_super2(struct ext2_super_block * sb, FILE *f) in list_super2() 475 void list_super (struct ext2_super_block * s) in list_super()
|
D | e2p.h | 42 void list_super(struct ext2_super_block * s); 43 void list_super2(struct ext2_super_block * s, FILE *f);
|
/external/e2fsprogs/ext2ed/ |
D | super_com.c | 28 struct ext2_super_block *super; in type_ext2_super_block___show() 150 struct ext2_super_block sb; in type_ext2_super_block___setactivecopy()
|
D | ext2ed.h | 112 struct ext2_super_block t_ext2_super_block; 126 struct ext2_super_block super_block;
|
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 139 struct ext2_super_block *es = (struct ext2_super_block *) buf; in get_ext2_info() 324 struct ext2_super_block *es; in probe_ext4dev() 325 es = (struct ext2_super_block *)buf; in probe_ext4dev() 368 struct ext2_super_block *es; in probe_ext4() 369 es = (struct ext2_super_block *)buf; in probe_ext4() 416 struct ext2_super_block *es; in probe_ext3() 417 es = (struct ext2_super_block *)buf; in probe_ext3() 438 struct ext2_super_block *es; in probe_ext2() 440 es = (struct ext2_super_block *)buf; in probe_ext2() 470 struct ext2_super_block *es = (struct ext2_super_block *) buf; in probe_jbd()
|
/external/e2fsprogs/misc/ |
D | e2undo.c | 139 static void print_undo_mismatch(struct ext2_super_block *fs_super, in print_undo_mismatch() 140 struct ext2_super_block *undo_super) in print_undo_mismatch() 157 struct ext2_super_block super, *sb; in check_filesystem() 185 sb = (struct ext2_super_block *)buf; in check_filesystem() 188 print_undo_mismatch(&super, (struct ext2_super_block *)buf); in check_filesystem()
|
D | e2label.c | 42 struct ext2_super_block { struct
|
D | findsuper.c | 125 struct ext2_super_block ext2; in main()
|
/external/e2fsprogs/e2fsck/ |
D | journal.c | 281 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_get_journal() 282 struct ext2_super_block jsuper; in e2fsck_get_journal() 482 struct ext2_super_block superx; in e2fsck_get_journal() 535 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_journal_fix_bad_inode() 739 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_journal_fix_corrupt_super() 795 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_check_ext3_journal() 1027 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_move_ext3_journal() 1152 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_fix_ext3_journal_hint()
|
D | quota.c | 61 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_hide_quota()
|
D | super.c | 439 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_fix_dirhash_hint() 466 struct ext2_super_block *sb = fs->super; in check_super_block() 968 struct ext2_super_block *backup_sb; in check_backup_super_block() 994 backup_sb = (struct ext2_super_block *) buf; in check_backup_super_block()
|
/external/e2fsprogs/lib/support/ |
D | quotaio.h | 207 ext2_ino_t quota_type2inum(enum quota_type qtype, struct ext2_super_block *); 248 static inline ext2_ino_t *quota_sb_inump(struct ext2_super_block *sb, in quota_sb_inump()
|
/external/e2fsprogs/debugfs/ |
D | logdump.c | 91 struct ext2_super_block *es = NULL; in do_logdump() 341 struct ext2_super_block *sb; in dump_journal() 358 sb = (struct ext2_super_block *) (buf+1024); in dump_journal() 654 struct ext2_super_block *super; in dump_metadata_block()
|
D | journal.c | 287 struct ext2_super_block *sb = fs->super; in ext2fs_get_journal() 288 struct ext2_super_block jsuper; in ext2fs_get_journal() 470 struct ext2_super_block superx; in ext2fs_get_journal() 521 struct ext2_super_block *sb = fs->super; in ext2fs_journal_fix_bad_inode() 675 struct ext2_super_block *sb = fs->super; in ext2fs_check_ext3_journal()
|
/external/e2fsprogs/tests/progs/ |
D | test_icount.c | 306 struct ext2_super_block param; in main() 313 memset(¶m, 0, sizeof(struct ext2_super_block)); in main()
|
/external/syslinux/libinstaller/ext2fs/ |
D | ext2_fs.h | 540 struct ext2_super_block { struct 630 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument 642 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument
|