Lines Matching defs:hash
80 * Compute the hash for the exfat name corresponding to the dentry. If the name
81 * is invalid, we leave the hash code unchanged so that the existing dentry can
91 unsigned long hash = init_name_hash(dentry);
99 hash = partial_name_hash(exfat_toupper(sb, c), hash);
102 qstr->hash = end_name_hash(hash);
147 unsigned long hash = init_name_hash(dentry);
159 hash = partial_name_hash(u <= 0xFFFF ? exfat_toupper(sb, u) : u,
160 hash);
163 qstr->hash = end_name_hash(hash);