Home
last modified time | relevance | path

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

/third_party/e2fsprogs/e2fsck/
Drehash.c237 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp() local
239 return (he_a->ino - he_b->ino); in ino_cmp()
263 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp() local
268 he_b_len = ext2fs_dirent_name_len(he_b->dir); in name_cmp()
273 ret = memcmp(he_a->dir->name, he_b->dir->name, min_len); in name_cmp()
280 ret = he_b->dir->inode - he_a->dir->inode; in name_cmp()
289 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cf_cmp() local
294 he_b_len = ext2fs_dirent_name_len(he_b->dir); in name_cf_cmp()
298 (unsigned char *) he_b->dir->name, he_b_len); in name_cf_cmp()
305 ret = he_b->dir->inode - he_a->dir->inode; in name_cf_cmp()
[all …]