Lines Matching refs:hash_entry
82 struct hash_entry *harray;
90 struct hash_entry { struct
127 struct hash_entry *new_array, *ent; in fill_dir_block()
194 sizeof(struct hash_entry) * (fd->max_array+500)); in fill_dir_block()
228 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp()
229 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp()
237 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp()
238 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp()
263 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp()
264 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp()
394 struct hash_entry *ent, *prev; in duplicate_search_and_fix()
472 struct hash_entry *ent; in copy_dir_entries()
924 fd.harray = malloc(fd.max_array * sizeof(struct hash_entry)); in e2fsck_rehash_dir()
966 qsort(fd.harray+2, fd.num_array-2, sizeof(struct hash_entry), in e2fsck_rehash_dir()
969 qsort(fd.harray, fd.num_array, sizeof(struct hash_entry), in e2fsck_rehash_dir()
986 sizeof(struct hash_entry), ino_cmp); in e2fsck_rehash_dir()