Lines Matching refs:hash_entry
59 struct hash_entry *harray;
66 struct hash_entry { struct
88 struct hash_entry *new_array, *ent; in fill_dir_block() argument
141 sizeof(struct hash_entry) * (fd->max_array+500)); in fill_dir_block()
171 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp()
172 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp()
180 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp()
181 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp()
204 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp()
205 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp()
335 struct hash_entry *ent, *prev; in duplicate_search_and_fix()
404 struct hash_entry *ent; in copy_dir_entries()
732 fd.harray = malloc(fd.max_array * sizeof(struct hash_entry)); in e2fsck_rehash_dir()
775 qsort(fd.harray+2, fd.num_array-2, sizeof(struct hash_entry), in e2fsck_rehash_dir()
778 qsort(fd.harray, fd.num_array, sizeof(struct hash_entry), in e2fsck_rehash_dir()
795 sizeof(struct hash_entry), ino_cmp); in e2fsck_rehash_dir()