Searched refs:d_hash (Results 1 – 17 of 17) sorted by relevance
/fs/ |
D | dcache.c | 101 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash() function 487 b = d_hash(dentry->d_name.hash); in ___d_drop() 490 __hlist_bl_del(&dentry->d_hash); in ___d_drop() 498 dentry->d_hash.pprev = NULL; in __d_drop() 1643 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount() 1756 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc() 1867 if (op->d_hash) in d_set_d_op() 2046 hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->s_roots); in __d_instantiate_anon() 2240 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen)); in __d_lookup_rcu() 2264 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() [all …]
|
D | libfs.c | 1465 .d_hash = generic_ci_d_hash, 1478 .d_hash = generic_ci_d_hash,
|
D | namei.c | 2239 err = parent->d_op->d_hash(parent, &this); in link_path_walk() 2595 int err = base->d_op->d_hash(base, this); in lookup_one_len_common()
|
/fs/freevxfs/ |
D | vxfs_dir.h | 53 __fs16 d_hash[1]; /* hash chain */ member
|
/fs/hfs/ |
D | sysdep.c | 42 .d_hash = hfs_hash_dentry,
|
/fs/hpfs/ |
D | dentry.c | 60 .d_hash = hpfs_hash_dentry,
|
/fs/gfs2/ |
D | dentry.c | 105 .d_hash = gfs2_dhash,
|
/fs/affs/ |
D | namei.c | 574 .d_hash = affs_hash_dentry, 579 .d_hash = affs_intl_hash_dentry,
|
/fs/efivarfs/ |
D | super.c | 83 .d_hash = efivarfs_d_hash,
|
/fs/isofs/ |
D | inode.c | 133 .d_hash = isofs_hashi, 138 .d_hash = isofs_hash_ms, 142 .d_hash = isofs_hashi_ms,
|
/fs/fat/ |
D | namei_vfat.c | 191 .d_hash = vfat_hashi, 197 .d_hash = vfat_hash,
|
D | namei_msdos.c | 192 .d_hash = msdos_hash,
|
/fs/adfs/ |
D | dir.c | 425 .d_hash = adfs_hash,
|
/fs/exfat/ |
D | namei.c | 131 .d_hash = exfat_d_hash, 193 .d_hash = exfat_utf8_d_hash,
|
/fs/cifs/ |
D | dir.c | 892 .d_hash = cifs_ci_hash,
|
/fs/hfsplus/ |
D | inode.c | 177 .d_hash = hfsplus_hash_dentry,
|
/fs/jfs/ |
D | namei.c | 1609 .d_hash = jfs_ci_hash,
|