Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:hash_entry

59 	struct hash_entry *harray;
66 struct hash_entry {
88 struct hash_entry *new_array, *ent;
141 sizeof(struct hash_entry) * (fd->max_array+500));
171 const struct hash_entry *he_a = (const struct hash_entry *) a;
172 const struct hash_entry *he_b = (const struct hash_entry *) b;
180 const struct hash_entry *he_a = (const struct hash_entry *) a;
181 const struct hash_entry *he_b = (const struct hash_entry *) b;
204 const struct hash_entry *he_a = (const struct hash_entry *) a;
205 const struct hash_entry *he_b = (const struct hash_entry *) b;
335 struct hash_entry *ent, *prev;
404 struct hash_entry *ent;
724 fd.harray = malloc(fd.max_array * sizeof(struct hash_entry));
767 qsort(fd.harray+2, fd.num_array-2, sizeof(struct hash_entry),
770 qsort(fd.harray, fd.num_array, sizeof(struct hash_entry),
787 sizeof(struct hash_entry), ino_cmp);