Home
last modified time | relevance | path

Searched refs:region_el (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
Dregion.c22 struct region_el { struct
25 struct region_el *next; argument
31 struct region_el *allocated;
49 struct region_el *r, *next; in region_free()
61 struct region_el *r, *new_region, *prev, *next; in region_allocate()
106 new_region = malloc(sizeof(struct region_el)); in region_allocate()
158 struct region_el *r; in region_print()