HomeSort by relevance Sort by last modified time
    Searched refs:region_struct (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/e2fsck/
region.c 28 struct region_struct { struct
38 region = malloc(sizeof(struct region_struct));
41 memset(region, 0, sizeof(struct region_struct));
55 memset(region, 0, sizeof(struct region_struct));
e2fsck.h 356 typedef struct region_struct *region_t;

Completed in 286 milliseconds