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

  /external/e2fsprogs/lib/ext2fs/
hashmap.h 20 struct ext2fs_hashmap_entry *first;
21 struct ext2fs_hashmap_entry *last;
22 struct ext2fs_hashmap_entry { struct in struct:ext2fs_hashmap
26 struct ext2fs_hashmap_entry *next;
27 struct ext2fs_hashmap_entry *list_next;
28 struct ext2fs_hashmap_entry *list_prev;
47 struct ext2fs_hashmap_entry **it);
49 struct ext2fs_hashmap_entry *e);
hashmap.c 22 sizeof(struct ext2fs_hashmap_entry) * size, 1);
34 struct ext2fs_hashmap_entry *e = malloc(sizeof(*e));
54 struct ext2fs_hashmap_entry *iter;
64 struct ext2fs_hashmap_entry **it)
75 struct ext2fs_hashmap_entry *it = h->entries[i];
77 struct ext2fs_hashmap_entry *tmp = it->next;
  /external/e2fsprogs/contrib/android/
basefs_allocator.c 39 struct ext2fs_hashmap_entry *it = NULL;
100 struct ext2fs_hashmap_entry *it = NULL;

Completed in 200 milliseconds