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 25 struct region_struct { struct
35 region = malloc(sizeof(struct region_struct));
38 memset(region, 0, sizeof(struct region_struct));
52 memset(region, 0, sizeof(struct region_struct));
e2fsck.h 346 typedef struct region_struct *region_t;

Completed in 902 milliseconds