Home
last modified time | relevance | path

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

/external/e2fsprogs/e2fsck/
Drehash.c229 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp() local
231 return (he_a->ino - he_b->ino); in ino_cmp()
238 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp() local
243 he_b_len = ext2fs_dirent_name_len(he_b->dir); in name_cmp()
248 ret = memcmp(he_a->dir->name, he_b->dir->name, min_len); in name_cmp()
255 ret = he_b->dir->inode - he_a->dir->inode; in name_cmp()
264 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp() local
267 if (he_a->hash > he_b->hash) in hash_cmp()
269 else if (he_a->hash < he_b->hash) in hash_cmp()
272 if (he_a->minor_hash > he_b->minor_hash) in hash_cmp()
[all …]