Lines Matching defs:hash_len
2009 /* Return the "hash_len" (hash and length) of a null-terminated string */
2036 * return the "hash_len" as the result.
2075 /* Return the "hash_len" (hash and length) of a null-terminated string */
2136 u64 hash_len;
2143 hash_len = hash_name(nd->path.dentry, name);
2146 if (name[0] == '.') switch (hashlen_len(hash_len)) {
2160 struct qstr this = { { .hash_len = hash_len }, .name = name };
2164 hash_len = this.hash_len;
2169 nd->last.hash_len = hash_len;
2173 name += hashlen_len(hash_len);