Lines Matching defs:hash_len
2137 /* Return the "hash_len" (hash and length) of a null-terminated string */
2164 * return the "hash_len" as the result.
2203 /* Return the "hash_len" (hash and length) of a null-terminated string */
2267 u64 hash_len;
2275 hash_len = hash_name(nd->path.dentry, name);
2278 if (name[0] == '.') switch (hashlen_len(hash_len)) {
2292 struct qstr this = { { .hash_len = hash_len }, .name = name };
2296 hash_len = this.hash_len;
2301 nd->last.hash_len = hash_len;
2305 name += hashlen_len(hash_len);