Lines Matching defs:d_hash
101 static inline struct hlist_bl_head *d_hash(unsigned int hash)
474 * (dentry->d_hash.pprev will be LIST_POISON2, not NULL).
487 b = d_hash(dentry->d_name.hash);
490 __hlist_bl_del(&dentry->d_hash);
498 dentry->d_hash.pprev = NULL;
1643 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash));
1756 INIT_HLIST_BL_NODE(&dentry->d_hash);
1867 if (op->d_hash)
2046 hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->s_roots);
2240 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen));
2264 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) {
2362 struct hlist_bl_head *b = d_hash(hash);
2389 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) {
2426 * calculate the standard hash first, as the d_op->d_hash()
2431 int err = dir->d_op->d_hash(dir, name);
2482 struct hlist_bl_head *b = d_hash(entry->d_name.hash);
2485 hlist_bl_add_head_rcu(&entry->d_hash, b);
2874 target->d_hash.pprev = NULL;