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()
369 context = malloc(sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()373 memset(context, 0, sizeof(struct e2fsck_struct)); in e2fsck_allocate_context()
221 typedef struct e2fsck_struct *e2fsck_t;225 struct e2fsck_struct { struct