Lines Matching refs:he_a
202 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp() local
205 return (he_a->ino - he_b->ino); in ino_cmp()
211 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp() local
216 he_a_len = ext2fs_dirent_name_len(he_a->dir); in name_cmp()
222 ret = memcmp(he_a->dir->name, he_b->dir->name, min_len); in name_cmp()
229 ret = he_b->dir->inode - he_a->dir->inode; in name_cmp()
237 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp() local
241 if (he_a->hash > he_b->hash) in hash_cmp()
243 else if (he_a->hash < he_b->hash) in hash_cmp()
246 if (he_a->minor_hash > he_b->minor_hash) in hash_cmp()
248 else if (he_a->minor_hash < he_b->minor_hash) in hash_cmp()