Lines Matching refs:hash
117 * Compute the hash for the vfat name corresponding to the dentry.
118 * Note: if the name is invalid, we leave the hash code unchanged so
124 qstr->hash = full_name_hash(dentry, qstr->name, vfat_striptail_len(qstr));
129 * Compute the hash for the vfat name corresponding to the dentry.
130 * Note: if the name is invalid, we leave the hash code unchanged so
139 unsigned long hash;
144 hash = init_name_hash(dentry);
146 hash = partial_name_hash(nls_tolower(t, *name++), hash);
147 qstr->hash = end_name_hash(hash);