Searched refs:e2fsck_struct (Results 1 – 3 of 3) sorted by relevance
26 retval = ext2fs_get_mem(sizeof(struct e2fsck_struct), &context); in e2fsck_allocate_context()30 memset(context, 0, sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()
364 context = malloc(sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()368 memset(context, 0, sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()
213 typedef struct e2fsck_struct *e2fsck_t;217 struct e2fsck_struct { struct