Home | History | Annotate | Download | only in e2fsck

Lines Matching full:he_b

172 	const struct hash_entry *he_b = (const struct hash_entry *) b;
174 return (he_a->ino - he_b->ino);
181 const struct hash_entry *he_b = (const struct hash_entry *) b;
186 if (min_len > he_b->dir->name_len)
187 min_len = he_b->dir->name_len;
189 ret = strncmp(he_a->dir->name, he_b->dir->name, min_len);
191 if (he_a->dir->name_len > he_b->dir->name_len)
193 else if (he_a->dir->name_len < he_b->dir->name_len)
196 ret = he_b->dir->inode - he_a->dir->inode;
205 const struct hash_entry *he_b = (const struct hash_entry *) b;
208 if (he_a->hash > he_b->hash)
210 else if (he_a->hash < he_b->hash)
213 if (he_a->minor_hash > he_b->minor_hash)
215 else if (he_a->minor_hash < he_b->minor_hash)