Lines Matching full:hash
2 * rehash.c --- rebuild hash tree directories
67 ext2_dirhash_t hash;
153 ent->hash = ent->minor_hash = 0;
158 &ent->hash, &ent->minor_hash);
167 /* Used for sorting the hash entry */
176 /* Used for sorting the hash entry */
200 /* Used for sorting the hash entry */
207 if (he_a->hash > he_b->hash)
209 else if (he_a->hash < he_b->hash)
390 &ent->hash, &ent->minor_hash);
439 if (ent->hash == prev_hash)
440 outdir->hashes[outdir->num-1] = ent->hash | 1;
442 outdir->hashes[outdir->num-1] = ent->hash;
455 prev_hash = ent->hash;
551 root->hash =
571 root->hash =
584 dx_ent->hash =