Symbol: d_hash
fs/adfs/dir.c
426
.d_hash = adfs_hash,
fs/affs/namei.c
576
.d_hash = affs_hash_dentry,
fs/affs/namei.c
581
.d_hash = affs_intl_hash_dentry,
fs/dcache.c
1949
INIT_HLIST_BL_NODE(&dentry->d_hash);
fs/dcache.c
2062
if (op->d_hash)
fs/dcache.c
2406
struct hlist_bl_head *b = d_hash(hashlen);
fs/dcache.c
2410
hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) {
fs/dcache.c
2470
struct hlist_bl_head *b = d_hash(hashlen);
fs/dcache.c
2497
hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) {
fs/dcache.c
2585
struct hlist_bl_head *b = d_hash(hash);
fs/dcache.c
2612
hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) {
fs/dcache.c
2654
int err = dir->d_op->d_hash(dir, name);
fs/dcache.c
2706
struct hlist_bl_head *b = d_hash(entry->d_name.hash);
fs/dcache.c
2709
hlist_bl_add_head_rcu(&entry->d_hash, b);
fs/dcache.c
3100
target->d_hash.pprev = NULL;
fs/dcache.c
567
struct hlist_bl_head *b = d_hash(dentry->d_name.hash);
fs/dcache.c
570
__hlist_bl_del(&dentry->d_hash);
fs/dcache.c
578
dentry->d_hash.pprev = NULL;
fs/efivarfs/super.c
189
.d_hash = efivarfs_d_hash,
fs/exfat/namei.c
132
.d_hash = exfat_d_hash,
fs/exfat/namei.c
198
.d_hash = exfat_utf8_d_hash,
fs/fat/namei_msdos.c
192
.d_hash = msdos_hash,
fs/fat/namei_vfat.c
189
.d_hash = vfat_hashi,
fs/fat/namei_vfat.c
195
.d_hash = vfat_hash,
fs/freevxfs/vxfs_dir.h
28
__fs16 d_hash[]; /* hash chain */
fs/gfs2/dentry.c
100
.d_hash = gfs2_dhash,
fs/hfs/sysdep.c
47
.d_hash = hfs_hash_dentry,
fs/hfsplus/inode.c
213
.d_hash = hfsplus_hash_dentry,
fs/hpfs/dentry.c
60
.d_hash = hpfs_hash_dentry,
fs/isofs/inode.c
133
.d_hash = isofs_hashi,
fs/isofs/inode.c
138
.d_hash = isofs_hash_ms,
fs/isofs/inode.c
142
.d_hash = isofs_hashi_ms,
fs/jfs/namei.c
1618
.d_hash = jfs_ci_hash,
fs/libfs.c
1868
.d_hash = generic_ci_d_hash,
fs/namei.c
2627
err = parent->d_op->d_hash(parent, &nd->last);
fs/namei.c
3107
int err = base->d_op->d_hash(base, qname);
fs/ntfs3/namei.c
536
.d_hash = ntfs_d_hash,
fs/overlayfs/super.c
177
.d_hash = generic_ci_d_hash,
fs/smb/client/dir.c
1209
.d_hash = cifs_ci_hash,
include/linux/dcache.h
164
int (*d_hash)(const struct dentry *, struct qstr *);
include/linux/dcache.h
396
return hlist_bl_unhashed(&dentry->d_hash);
include/linux/dcache.h
97
struct hlist_bl_node d_hash; /* lookup hash list */
mm/shmem.c
4924
.d_hash = generic_ci_d_hash,