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 27 retval = ext2fs_get_mem(sizeof(struct e2fsck_struct), &context);
31 memset(context, 0, sizeof(struct e2fsck_struct));
logfile.c 369 context = malloc(sizeof(struct e2fsck_struct));
373 memset(context, 0, sizeof(struct e2fsck_struct));
e2fsck.h 217 typedef struct e2fsck_struct *e2fsck_t;
221 struct e2fsck_struct { struct

Completed in 83 milliseconds