Home
last modified time | relevance | path

Searched refs:ext2_super_block (Results 1 – 25 of 50) sorted by relevance

12

/external/clang/test/Sema/
Darray-bounds-ptr-arith.c4 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/llvm-project/clang/test/Sema/
Darray-bounds-ptr-arith.c4 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/
Dblknum.c91 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()
Dext2_fs.h640 struct ext2_super_block { struct
730 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument
742 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument
857 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
862 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
867 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
874 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
879 static inline void ext2fs_set_feature_##name(struct ext2_super_block *sb) \
884 static inline void ext2fs_clear_feature_##name(struct ext2_super_block *sb) \
891 static inline int ext2fs_has_feature_##name(struct ext2_super_block *sb) \
[all …]
Dclosefs.c193 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()
284 struct ext2_super_block *super_shadow = 0; in ext2fs_flush2()
335 memcpy(super_shadow, fs->super, sizeof(struct ext2_super_block)); in ext2fs_flush2()
Dcsum.c75 int ext2fs_verify_csum_type(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_verify_csum_type()
84 struct ext2_super_block *sb) in ext2fs_superblock_csum()
86 int offset = offsetof(struct ext2_super_block, s_checksum); in ext2fs_superblock_csum()
92 int ext2fs_superblock_csum_verify(ext2_filsys fs, struct ext2_super_block *sb) in ext2fs_superblock_csum_verify()
111 struct ext2_super_block *sb) in ext2fs_superblock_csum_set()
834 struct ext2_super_block *sb = fs->super; in ext2fs_set_gdt_csum()
891 struct ext2_super_block *sb = fs->super; in print_csum()
936 struct ext2_super_block param; in main()
Dext2fs.h231 struct ext2_super_block * super;
251 struct ext2_super_block * orig_super;
913 extern blk64_t ext2fs_blocks_count(struct ext2_super_block *super);
914 extern void ext2fs_blocks_count_set(struct ext2_super_block *super,
916 extern void ext2fs_blocks_count_add(struct ext2_super_block *super,
918 extern blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super);
919 extern void ext2fs_r_blocks_count_set(struct ext2_super_block *super,
921 extern void ext2fs_r_blocks_count_add(struct ext2_super_block *super,
923 extern blk64_t ext2fs_free_blocks_count(struct ext2_super_block *super);
924 extern void ext2fs_free_blocks_count_set(struct ext2_super_block *super,
[all …]
Dinitialize.c60 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()
Dtst_iscan.c75 struct ext2_super_block param; in setup()
Dtst_super_size.c19 #define sb_struct ext2_super_block
Dlink.c31 struct ext2_super_block *sb;
/external/e2fsprogs/lib/e2p/
Dls.c99 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()
478 void list_super (struct ext2_super_block * s) in list_super()
De2p.h42 void list_super(struct ext2_super_block * s);
43 void list_super2(struct ext2_super_block * s, FILE *f);
/external/e2fsprogs/ext2ed/
Dsuper_com.c28 struct ext2_super_block *super; in type_ext2_super_block___show()
150 struct ext2_super_block sb; in type_ext2_super_block___setactivecopy()
Dext2ed.h112 struct ext2_super_block t_ext2_super_block;
126 struct ext2_super_block super_block;
/external/e2fsprogs/e2fsck/
Dquota.c71 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_hide_quota()
102 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_validate_quota_inodes()
Djournal.c281 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_get_journal()
282 struct ext2_super_block jsuper; in e2fsck_get_journal()
485 struct ext2_super_block superx; in e2fsck_get_journal()
538 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_journal_fix_bad_inode()
742 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_journal_fix_corrupt_super()
798 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_check_ext3_journal()
1030 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_move_ext3_journal()
1155 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_fix_ext3_journal_hint()
/external/e2fsprogs/lib/blkid/
Dprobe.c139 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/
De2undo.c145 static void print_undo_mismatch(struct ext2_super_block *fs_super, in print_undo_mismatch()
146 struct ext2_super_block *undo_super) in print_undo_mismatch()
163 struct ext2_super_block super, *sb; in check_filesystem()
191 sb = (struct ext2_super_block *)buf; in check_filesystem()
194 print_undo_mismatch(&super, (struct ext2_super_block *)buf); in check_filesystem()
De2label.c42 struct ext2_super_block { struct
Dfindsuper.c125 struct ext2_super_block ext2; in main()
/external/e2fsprogs/lib/support/
Dquotaio.h207 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/
Dlogdump.c92 struct ext2_super_block *es = NULL; in do_logdump()
346 struct ext2_super_block *sb; in dump_journal()
363 sb = (struct ext2_super_block *) (buf+1024); in dump_journal()
665 struct ext2_super_block *super; in dump_metadata_block()
Djournal.c293 struct ext2_super_block *sb = fs->super; in ext2fs_get_journal()
294 struct ext2_super_block jsuper; in ext2fs_get_journal()
476 struct ext2_super_block superx; in ext2fs_get_journal()
527 struct ext2_super_block *sb = fs->super; in ext2fs_journal_fix_bad_inode()
683 struct ext2_super_block *sb = fs->super; in ext2fs_check_ext3_journal()
/external/e2fsprogs/tests/progs/
Dtest_icount.c331 struct ext2_super_block param; in main()
338 memset(&param, 0, sizeof(struct ext2_super_block)); in main()

12