Searched defs:ext2fs_hashmap_entry (Results 1 – 1 of 1) sorted by relevance
22 struct ext2fs_hashmap_entry { struct23 void *data;24 const void *key;25 size_t key_len;26 struct ext2fs_hashmap_entry *next;27 struct ext2fs_hashmap_entry *list_next;28 struct ext2fs_hashmap_entry *list_prev;