HomeSort by relevance Sort by last modified time
    Searched refs:struct_ext2_filsys (Results 1 - 6 of 6) 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 29 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs);
tst_badblocks.c 224 fs = malloc(sizeof(struct struct_ext2_filsys));
225 memset(fs, 0, sizeof(struct struct_ext2_filsys));
initialize.c 108 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs);
112 memset(fs, 0, sizeof(struct struct_ext2_filsys));
openfs.c 112 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs);
116 memset(fs, 0, sizeof(struct struct_ext2_filsys));
ext2fs.h 103 typedef struct struct_ext2_filsys *ext2_filsys;
210 struct struct_ext2_filsys { struct
    [all...]

Completed in 392 milliseconds