Home
last modified time | relevance | path

Searched refs:he_b (Results 1 – 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
Drehash.c171 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp() local
173 return (he_a->ino - he_b->ino); in ino_cmp()
180 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp() local
185 if (min_len > he_b->dir->name_len) in name_cmp()
186 min_len = he_b->dir->name_len; in name_cmp()
188 ret = strncmp(he_a->dir->name, he_b->dir->name, min_len); in name_cmp()
190 if (he_a->dir->name_len > he_b->dir->name_len) in name_cmp()
192 else if (he_a->dir->name_len < he_b->dir->name_len) in name_cmp()
195 ret = he_b->dir->inode - he_a->dir->inode; in name_cmp()
204 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp() local
[all …]