Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dregion.c19 struct region_el { struct
22 struct region_el *next; argument
28 struct region_el *allocated;
46 struct region_el *r, *next; in region_free()
58 struct region_el *r, *new_region, *prev, *next; in region_allocate()
103 new_region = malloc(sizeof(struct region_el)); in region_allocate()
155 struct region_el *r; in region_print()