HomeSort by relevance Sort by last modified time
    Searched refs:ext2_super_block (Results 1 - 25 of 74) sorted by null

1 2 3

  /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/e2fsprogs/lib/e2p/
e2p.h 40 void list_super(struct ext2_super_block * s);
41 void list_super2(struct ext2_super_block * s, FILE *f);
ls.c 97 static void print_features(struct ext2_super_block * s, FILE *f)
118 static void print_mntopts(struct ext2_super_block * s, FILE *f)
143 static void print_super_flags(struct ext2_super_block * s, FILE *f)
178 void list_super2(struct ext2_super_block * sb, FILE *f)
379 void list_super (struct ext2_super_block * s)
  /external/e2fsprogs/ext2ed/
super_com.c 27 struct ext2_super_block *super;
149 struct ext2_super_block sb;
ext2ed.h 116 struct ext2_super_block t_ext2_super_block;
130 struct ext2_super_block super_block;
  /external/e2fsprogs/lib/ext2fs/
closefs.c 141 struct ext2_super_block *super)
189 struct ext2_super_block *sb = fs->super;
203 struct ext2_super_block *super_shadow)
226 struct ext2_super_block *super_shadow = 0;
csum.c 105 struct ext2_super_block *sb = fs->super;
153 struct ext2_super_block *sb = fs->super;
181 struct ext2_super_block param;
tst_super_size.c 18 #define sb_struct ext2_super_block
19 #define sb_struct_name "ext2_super_block"
initialize.c 68 struct ext2_super_block *sb = fs->super;
93 struct ext2_super_block *param,
98 struct ext2_super_block *super;
link.c 30 struct ext2_super_block *sb;
tst_iscan.c 69 struct ext2_super_block param;
ext2_fs.h 513 struct ext2_super_block { struct
603 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count)
615 #define EXT4_S_ERR_END ext4_offsetof(struct ext2_super_block, s_mount_opts)
res_gdt.c 64 struct ext2_super_block *sb;
  /external/e2fsprogs/misc/
e2label.c 41 struct ext2_super_block { struct
findsuper.c 123 struct ext2_super_block ext2;
mke2fs.c 96 struct ext2_super_block fs_param;
602 struct ext2_super_block *s = fs->super;
674 static int set_os(struct ext2_super_block *sb, char *os)
693 static void parse_extended_opts(struct ext2_super_block *param,
972 struct ext2_super_block *fs_param,
1136 struct ext2_super_block *fs_param,
1249 memset(&fs_param, 0, sizeof(struct ext2_super_block));
    [all...]
e2undo.c 46 struct ext2_super_block super;
  /external/grub/stage2/
fsys_ext2fs.c 55 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))
263 || !devread (SBLOCK, 0, sizeof (struct ext2_super_block),
  /external/e2fsprogs/lib/blkid/
probe.c 141 struct ext2_super_block *es = (struct ext2_super_block *) buf;
326 struct ext2_super_block *es;
327 es = (struct ext2_super_block *)buf;
370 struct ext2_super_block *es;
371 es = (struct ext2_super_block *)buf;
418 struct ext2_super_block *es;
419 es = (struct ext2_super_block *)buf;
440 struct ext2_super_block *es;
442 es = (struct ext2_super_block *)buf
    [all...]
  /external/e2fsprogs/tests/progs/
test_icount.c 303 struct ext2_super_block param;
310 memset(&param, 0, sizeof(struct ext2_super_block));
  /external/e2fsprogs/e2fsck/
journal.c 229 struct ext2_super_block *sb = ctx->fs->super;
230 struct ext2_super_block jsuper;
448 struct ext2_super_block *sb = ctx->fs->super;
636 struct ext2_super_block *sb = ctx->fs->super;
692 struct ext2_super_block *sb = ctx->fs->super;
922 struct ext2_super_block *sb = ctx->fs->super;
1045 struct ext2_super_block *sb = ctx->fs->super;
super.c 431 struct ext2_super_block *sb = ctx->fs->super;
458 struct ext2_super_block *sb = fs->super;
907 struct ext2_super_block *backup_sb;
934 backup_sb = (struct ext2_super_block *) buf;
util.c 451 struct ext2_super_block *sb;
487 sb = (struct ext2_super_block *) buf;
  /external/e2fsprogs/debugfs/
logdump.c 90 struct ext2_super_block *es = NULL;
334 struct ext2_super_block *sb;
354 sb = (struct ext2_super_block *) (buf+1024);
618 struct ext2_super_block *super;
  /external/e2fsprogs/resize/
online.c 27 struct ext2_super_block *sb = fs->super;

Completed in 225 milliseconds

1 2 3