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

  /external/e2fsprogs/e2fsck/
e2fsck.c 26 retval = ext2fs_get_mem(sizeof(struct e2fsck_struct), &context);
30 memset(context, 0, sizeof(struct e2fsck_struct));
logfile.c 364 context = malloc(sizeof(struct e2fsck_struct));
368 memset(context, 0, sizeof(struct e2fsck_struct));
e2fsck.h 213 typedef struct e2fsck_struct *e2fsck_t;
217 struct e2fsck_struct { struct

Completed in 54 milliseconds