Searched refs:hashlen (Results 1 – 1 of 1) sorted by relevance
116 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash() argument119 runtime_const_shift_right_32(hashlen, d_hash_shift); in d_hash()2194 u64 hashlen = name->hash_len; in __d_lookup_rcu_op_compare() local2195 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu_op_compare()2210 if (dentry->d_name.hash != hashlen_hash(hashlen)) in __d_lookup_rcu_op_compare()2257 u64 hashlen = name->hash_len; in __d_lookup_rcu() local2259 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu()2311 if (dentry->d_name.hash_len != hashlen) in __d_lookup_rcu()2313 if (dentry_cmp(dentry, str, hashlen_len(hashlen)) != 0) in __d_lookup_rcu()
Completed in 8 milliseconds