Searched refs:he_a (Results 1 – 1 of 1) sorted by relevance
171 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp() local174 return (he_a->ino - he_b->ino); in ino_cmp()180 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp() local185 min_len = he_a->dir->name_len; in name_cmp()189 ret = strncmp(he_a->dir->name, he_b->dir->name, min_len); in name_cmp()191 if (he_a->dir->name_len > he_b->dir->name_len) in name_cmp()193 else if (he_a->dir->name_len < he_b->dir->name_len) in name_cmp()196 ret = he_b->dir->inode - he_a->dir->inode; in name_cmp()204 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp() local208 if (he_a->hash > he_b->hash) in hash_cmp()[all …]