Home
last modified time | relevance | path

Searched refs:hashlen (Results 1 – 1 of 1) sorted by relevance

/fs/
Ddcache.c2238 u64 hashlen = name->hash_len; in __d_lookup_rcu() local
2240 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen)); in __d_lookup_rcu()
2294 if (dentry->d_name.hash != hashlen_hash(hashlen)) in __d_lookup_rcu()
2307 if (dentry->d_name.hash_len != hashlen) in __d_lookup_rcu()
2309 if (dentry_cmp(dentry, str, hashlen_len(hashlen)) != 0) in __d_lookup_rcu()