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

1 2 3 4 5

  /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)
169 static __u64 e2p_blocks_count(struct ext2_super_block *super)
176 static __u64 e2p_r_blocks_count(struct ext2_super_block *super)
183 static __u64 e2p_free_blocks_count(struct ext2_super_block *super)
198 void list_super2(struct ext2_super_block * sb, FILE *f)
430 void list_super (struct ext2_super_block * s)
  /external/e2fsprogs/lib/ext2fs/
blknum.c 92 blk64_t ext2fs_blocks_count(struct ext2_super_block *super)
102 void ext2fs_blocks_count_set(struct ext2_super_block *super, blk64_t blk)
112 void ext2fs_blocks_count_add(struct ext2_super_block *super, blk64_t blk)
122 blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super)
132 void ext2fs_r_blocks_count_set(struct ext2_super_block *super, blk64_t blk)
142 void ext2fs_r_blocks_count_add(struct ext2_super_block *super, blk64_t blk)
152 blk64_t ext2fs_free_blocks_count(struct ext2_super_block *super)
162 void ext2fs_free_blocks_count_set(struct ext2_super_block *super, blk64_t blk)
172 void ext2fs_free_blocks_count_add(struct ext2_super_block *super, blk64_t blk)
csum.c 126 struct ext2_super_block *sb = fs->super;
179 struct ext2_super_block *sb = fs->super;
224 struct ext2_super_block param;
closefs.c 185 struct ext2_super_block *super)
233 struct ext2_super_block *sb = fs->super;
247 struct ext2_super_block *super_shadow)
274 struct ext2_super_block *super_shadow = 0;
ext2fs.h 215 struct ext2_super_block * super;
235 struct ext2_super_block * orig_super;
815 extern blk64_t ext2fs_blocks_count(struct ext2_super_block *super);
816 extern void ext2fs_blocks_count_set(struct ext2_super_block *super,
818 extern void ext2fs_blocks_count_add(struct ext2_super_block *super,
820 extern blk64_t ext2fs_r_blocks_count(struct ext2_super_block *super);
821 extern void ext2fs_r_blocks_count_set(struct ext2_super_block *super,
823 extern void ext2fs_r_blocks_count_add(struct ext2_super_block *super,
825 extern blk64_t ext2fs_free_blocks_count(struct ext2_super_block *super);
826 extern void ext2fs_free_blocks_count_set(struct ext2_super_block *super
    [all...]
initialize.c 55 struct ext2_super_block *sb = fs->super;
84 struct ext2_super_block *param,
89 struct ext2_super_block *super;
link.c 30 struct ext2_super_block *sb;
tst_iscan.c 74 struct ext2_super_block param;
tst_super_size.c 18 #define sb_struct ext2_super_block
19 #define sb_struct_name "ext2_super_block"
ext2_fs.h 541 struct ext2_super_block { struct
631 #define EXT4_S_ERR_START ext4_offsetof(struct ext2_super_block, s_error_count)
643 #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/ext2ed/
super_com.c 27 struct ext2_super_block *super;
149 struct ext2_super_block sb;
ext2ed.h 112 struct ext2_super_block t_ext2_super_block;
126 struct ext2_super_block super_block;
  /external/e2fsprogs/e2fsck/
quota.c 52 struct ext2_super_block *sb = ctx->fs->super;
journal.c 230 struct ext2_super_block *sb = ctx->fs->super;
231 struct ext2_super_block jsuper;
464 struct ext2_super_block *sb = ctx->fs->super;
652 struct ext2_super_block *sb = ctx->fs->super;
708 struct ext2_super_block *sb = ctx->fs->super;
940 struct ext2_super_block *sb = ctx->fs->super;
1065 struct ext2_super_block *sb = ctx->fs->super;
super.c 441 struct ext2_super_block *sb = ctx->fs->super;
468 struct ext2_super_block *sb = fs->super;
906 struct ext2_super_block *backup_sb;
932 backup_sb = (struct ext2_super_block *) buf;
  /external/e2fsprogs/misc/
e2label.c 41 struct ext2_super_block { struct
findsuper.c 124 struct ext2_super_block ext2;
e2undo.c 45 struct ext2_super_block super;
  /external/e2fsprogs/lib/blkid/
probe.c 139 struct ext2_super_block *es = (struct ext2_super_block *) buf;
324 struct ext2_super_block *es;
325 es = (struct ext2_super_block *)buf;
368 struct ext2_super_block *es;
369 es = (struct ext2_super_block *)buf;
416 struct ext2_super_block *es;
417 es = (struct ext2_super_block *)buf;
438 struct ext2_super_block *es;
440 es = (struct ext2_super_block *)buf
    [all...]
  /external/e2fsprogs/tests/progs/
test_icount.c 305 struct ext2_super_block param;
312 memset(&param, 0, sizeof(struct ext2_super_block));
  /external/e2fsprogs/debugfs/
logdump.c 90 struct ext2_super_block *es = NULL;
335 struct ext2_super_block *sb;
355 sb = (struct ext2_super_block *) (buf+1024);
619 struct ext2_super_block *super;
  /external/e2fsprogs/resize/
online.c 56 struct ext2_super_block *sb = fs->super;

Completed in 337 milliseconds

1 2 3 4 5