Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Dregion.c36 region_t region_create(region_addr_t min, region_addr_t max) in region_create()
38 region_t region; in region_create()
50 void region_free(region_t region) in region_free()
62 int region_allocate(region_t region, region_addr_t start, int n) in region_allocate()
176 void region_print(region_t region, FILE *f) in region_print()
193 region_t r = NULL; in main()
De2fsck.h427 typedef struct region_struct *region_t; typedef
574 extern region_t region_create(region_addr_t min, region_addr_t max);
575 extern void region_free(region_t region);
576 extern int region_allocate(region_t region, region_addr_t start, int n);
Dpass1.c430 region_t region = 0; in check_ea_in_inode()
2367 region_t region = 0; in check_ext_attr()
/external/u-boot/tools/
Difdtool.h87 struct region_t { struct
Difdtool.c78 struct region_t *region) in get_region()
124 struct region_t region; in dump_region()
451 struct region_t region; in write_regions()
630 struct region_t region; in inject_region()