Home
last modified time | relevance | path

Searched refs:struct_ext2_filsys (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dtst_fs_struct.c18 struct struct_ext2_filsys fs;
24 offsetof(struct struct_ext2_filsys, x), \
Dtst_badblocks.c225 fs = malloc(sizeof(struct struct_ext2_filsys)); in file_test_invalid()
226 memset(fs, 0, sizeof(struct struct_ext2_filsys)); in file_test_invalid()
Ddupfs.c30 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs); in ext2fs_dup_handle()
Dopenfs.c133 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs); in ext2fs_open2()
137 memset(fs, 0, sizeof(struct struct_ext2_filsys)); in ext2fs_open2()
Dinitialize.c115 retval = ext2fs_get_mem(sizeof(struct struct_ext2_filsys), &fs); in ext2fs_initialize()
119 memset(fs, 0, sizeof(struct struct_ext2_filsys)); in ext2fs_initialize()
Dext2fs.h106 typedef struct struct_ext2_filsys *ext2_filsys;
215 struct struct_ext2_filsys { struct
Dundo_io.c148 struct struct_ext2_filsys fake_fs;
/external/e2fsprogs/debugfs/
Djournal.c469 struct struct_ext2_filsys fsx; in ext2fs_get_journal()
/external/e2fsprogs/e2fsck/
Djournal.c481 struct struct_ext2_filsys fsx; in e2fsck_get_journal()
/external/e2fsprogs/
DRELEASE-NOTES6493 Added a umask structure to struct_ext2_filsys, which currently only