Lines Matching defs:hash
61 * - hash order:
62 * (0xff << 52) | ((24 bits hash) << 28) |
63 * (the nth entry has hash collision);
644 * dentries are sotred in hash order */
682 /* for hash offset, we don't know if a forward seek
1344 dentry->d_name.hash);
2108 * Return name hash for a given dentry. This is dependent on
2109 * the parent directory's hash function.
2114 unsigned hash;
2119 return dn->d_name.hash;
2123 hash = ceph_str_hash(dci->i_dir_layout.dl_dir_hash,
2126 return hash;