Lines Matching full:he_a
170 const struct hash_entry *he_a = (const struct hash_entry *) a;
173 return (he_a->ino - he_b->ino);
179 const struct hash_entry *he_a = (const struct hash_entry *) a;
184 min_len = he_a->dir->name_len;
188 ret = strncmp(he_a->dir->name, he_b->dir->name, min_len);
190 if (he_a->dir->name_len > he_b->dir->name_len)
192 else if (he_a->dir->name_len < he_b->dir->name_len)
195 ret = he_b->dir->inode - he_a->dir->inode;
203 const struct hash_entry *he_a = (const struct hash_entry *) a;
207 if (he_a->hash > he_b->hash)
209 else if (he_a->hash < he_b->hash)
212 if (he_a->minor_hash > he_b->minor_hash)
214 else if (he_a->minor_hash < he_b->minor_hash)