Lines Matching defs:hash
325 * These functions convert from the major/minor hash to an f_pos
375 * directories, where the "offset" is in terms of the filename hash
378 * Because we may return a 64-bit hash that is well beyond offset limits,
379 * we need to pass the max hash as the maximum allowable offset in
401 * the directory entry in hash order.
404 __u32 hash;
459 int ext4_htree_store_dirent(struct file *dir_file, __u32 hash,
477 new_fn->hash = hash;
489 * If the hash and minor hash match up, then we put
492 if ((new_fn->hash == fname->hash) &&
499 if (new_fn->hash < fname->hash)
501 else if (new_fn->hash > fname->hash)
519 * one entry on the linked list, unless there are 62 bit hash collisions.)
534 ctx->pos = hash2pos(file, fname->hash, fname->minor_hash);
575 * If there are any leftover names on the hash collision
610 info->curr_hash = fname->hash;
619 info->curr_hash = fname->hash;