Searched refs:he_a (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Drehash.c171 const struct hash_entry *he_a = (const struct hash_entry *) a; local
174 return (he_a->ino - he_b->ino);
180 const struct hash_entry *he_a = (const struct hash_entry *) a; local
185 min_len = he_a->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;
204 const struct hash_entry *he_a = (const struct hash_entry *) a; local
208 if (he_a
[all...]

Completed in 123 milliseconds