Home
last modified time | relevance | path

Searched refs:ext2_super_block (Results 1 – 25 of 41) 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/e2fsprogs/lib/e2p/
De2p.h40 void list_super(struct ext2_super_block * s);
41 void list_super2(struct ext2_super_block * s, FILE *f);
Dls.c97 static void print_features(struct ext2_super_block * s, FILE *f) in print_features()
118 static void print_mntopts(struct ext2_super_block * s, FILE *f) in print_mntopts()
143 static void print_super_flags(struct ext2_super_block * s, FILE *f) in print_super_flags()
178 void list_super2(struct ext2_super_block * sb, FILE *f) in list_super2()
379 void list_super (struct ext2_super_block * s) in list_super()
/external/e2fsprogs/lib/ext2fs/
Dclosefs.c141 struct ext2_super_block *super) in write_primary_superblock()
189 struct ext2_super_block *sb = fs->super; in ext2fs_update_dynamic_rev()
203 struct ext2_super_block *super_shadow) in write_backup_super()
226 struct ext2_super_block *super_shadow = 0; in ext2fs_flush()
Dcsum.c105 struct ext2_super_block *sb = fs->super; in ext2fs_set_gdt_csum()
153 struct ext2_super_block *sb = fs->super; in print_csum()
181 struct ext2_super_block param; in main()
Dinitialize.c68 struct ext2_super_block *sb = fs->super; in calc_reserved_gdt_blocks()
93 struct ext2_super_block *param, in ext2fs_initialize()
98 struct ext2_super_block *super; in ext2fs_initialize()
Dext2_fs.h513 struct ext2_super_block { struct
603 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count) argument
615 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts) argument
Dtst_super_size.c18 #define sb_struct ext2_super_block
Dtst_iscan.c69 struct ext2_super_block param; in setup()
Dlink.c30 struct ext2_super_block *sb;
Dres_gdt.c64 struct ext2_super_block *sb; in ext2fs_create_resize_inode()
/external/grub/stage2/
Dfsys_ext2fs.c55 struct ext2_super_block struct
206 ((struct ext2_super_block *)(FSYS_BUF))
209 ((int)SUPERBLOCK + sizeof(struct ext2_super_block)))
262 || part_length < (SBLOCK + (sizeof (struct ext2_super_block) / DEV_BSIZE)) in ext2fs_mount()
263 || !devread (SBLOCK, 0, sizeof (struct ext2_super_block), in ext2fs_mount()
/external/e2fsprogs/lib/blkid/
Dprobe.c141 struct ext2_super_block *es = (struct ext2_super_block *) buf; in get_ext2_info()
326 struct ext2_super_block *es; in probe_ext4dev()
327 es = (struct ext2_super_block *)buf; in probe_ext4dev()
370 struct ext2_super_block *es; in probe_ext4()
371 es = (struct ext2_super_block *)buf; in probe_ext4()
418 struct ext2_super_block *es; in probe_ext3()
419 es = (struct ext2_super_block *)buf; in probe_ext3()
440 struct ext2_super_block *es; in probe_ext2()
442 es = (struct ext2_super_block *)buf; in probe_ext2()
472 struct ext2_super_block *es = (struct ext2_super_block *) buf; in probe_jbd()
/external/e2fsprogs/ext2ed/
Dsuper_com.c27 struct ext2_super_block *super; in type_ext2_super_block___show()
149 struct ext2_super_block sb; in type_ext2_super_block___setactivecopy()
Dext2ed.h116 struct ext2_super_block t_ext2_super_block;
130 struct ext2_super_block super_block;
Dinit.c384 struct ext2_super_block *sb; in set_file_system_info()
389 …low_read ((char *) &file_system_info.super_block,sizeof (struct ext2_super_block),file_system_info… in set_file_system_info()
/external/e2fsprogs/e2fsck/
Djournal.c229 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_get_journal()
230 struct ext2_super_block jsuper; in e2fsck_get_journal()
448 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_journal_fix_bad_inode()
636 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_journal_fix_corrupt_super()
692 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_check_ext3_journal()
922 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_move_ext3_journal()
1045 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_fix_ext3_journal_hint()
Dsuper.c431 struct ext2_super_block *sb = ctx->fs->super; in e2fsck_fix_dirhash_hint()
458 struct ext2_super_block *sb = fs->super; in check_super_block()
907 struct ext2_super_block *backup_sb; in check_backup_super_block()
934 backup_sb = (struct ext2_super_block *) buf; in check_backup_super_block()
/external/e2fsprogs/debugfs/
Dlogdump.c90 struct ext2_super_block *es = NULL; in do_logdump()
334 struct ext2_super_block *sb; in dump_journal()
354 sb = (struct ext2_super_block *) (buf+1024); in dump_journal()
618 struct ext2_super_block *super; in dump_metadata_block()
/external/e2fsprogs/tests/progs/
Dtest_icount.c303 struct ext2_super_block param; in main()
310 memset(&param, 0, sizeof(struct ext2_super_block)); in main()
/external/e2fsprogs/misc/
De2label.c41 struct ext2_super_block { struct
Dmke2fs.c96 struct ext2_super_block fs_param;
602 struct ext2_super_block *s = fs->super; in show_stats()
674 static int set_os(struct ext2_super_block *sb, char *os) in set_os()
693 static void parse_extended_opts(struct ext2_super_block *param, in parse_extended_opts()
972 struct ext2_super_block *fs_param, in parse_fs_type()
1136 struct ext2_super_block *fs_param, in get_device_geometry()
1249 memset(&fs_param, 0, sizeof(struct ext2_super_block)); in PRS()
1907 struct ext2_super_block super; in should_do_undo()
Dfindsuper.c123 struct ext2_super_block ext2; in main()
De2undo.c46 struct ext2_super_block super; in check_filesystem()
/external/e2fsprogs/resize/
Donline.c27 struct ext2_super_block *sb = fs->super; in online_resize_fs()

12