HomeSort by relevance Sort by last modified time
    Searched refs:struct_ext2_filsys (Results 1 - 9 of 9) sorted by null

  /external/e2fsprogs/lib/ext2fs/
tst_fs_struct.c 18 struct struct_ext2_filsys fs;
24 offsetof(struct struct_ext2_filsys, x), \
dupfs.c 30 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs);
tst_badblocks.c 225 fs = malloc(sizeof(struct struct_ext2_filsys));
226 memset(fs, 0, sizeof(struct struct_ext2_filsys));
initialize.c 115 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs);
119 memset(fs, 0, sizeof(struct struct_ext2_filsys));
openfs.c 139 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs);
143 memset(fs, 0, sizeof(struct struct_ext2_filsys));
undo_io.c 148 struct struct_ext2_filsys fake_fs;
ext2fs.h 108 typedef struct struct_ext2_filsys *ext2_filsys;
218 struct struct_ext2_filsys { struct
    [all...]
  /external/e2fsprogs/debugfs/
journal.c 469 struct struct_ext2_filsys fsx;
  /external/e2fsprogs/e2fsck/
journal.c 481 struct struct_ext2_filsys fsx;

Completed in 1312 milliseconds