Lines Matching refs:d_hash
116 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash() function
564 b = d_hash(dentry->d_name.hash); in ___d_drop()
567 __hlist_bl_del(&dentry->d_hash); in ___d_drop()
575 dentry->d_hash.pprev = NULL; in __d_drop()
1624 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount()
1737 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc()
1850 if (op->d_hash) in d_op_flags()
2047 hlist_bl_add_head(&new->d_hash, &sb->s_roots); in __d_obtain_alias()
2195 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu_op_compare()
2199 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare()
2259 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu()
2286 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu()
2365 struct hlist_bl_head *b = d_hash(hash); in __d_lookup()
2392 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup()
2434 int err = dir->d_op->d_hash(dir, name); in d_hash_and_lookup()
2486 struct hlist_bl_head *b = d_hash(entry->d_name.hash); in __d_rehash()
2489 hlist_bl_add_head_rcu(&entry->d_hash, b); in __d_rehash()
2856 target->d_hash.pprev = NULL; in __d_move()