Searched refs:e2fsck_struct (Results 1 – 3 of 3) sorted by relevance
27 retval = ext2fs_get_mem(sizeof(struct e2fsck_struct), &context); in e2fsck_allocate_context()31 memset(context, 0, sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()
377 context = malloc(sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()381 memset(context, 0, sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()
222 typedef struct e2fsck_struct *e2fsck_t;226 struct e2fsck_struct { struct