Searched refs:d_hash (Results 1 – 15 of 15) sorted by relevance
| /linux/fs/ |
| H A D | dcache.c | 117 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash() function 565 b = d_hash(dentry->d_name.hash); in ___d_drop() 568 __hlist_bl_del(&dentry->d_hash); in ___d_drop() 576 dentry->d_hash.pprev = NULL; in __d_drop() 1674 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount() 1787 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc() 1900 if (op->d_hash) in d_op_flags() 2093 hlist_bl_add_head(&new->d_hash, &sb->s_roots); in __d_obtain_alias() 2241 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu_op_compare() 2245 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare() [all …]
|
| H A D | libfs.c | 1877 .d_hash = generic_ci_d_hash,
|
| H A D | namei.c | 2618 err = parent->d_op->d_hash(parent, &nd->last); in link_path_walk() 3104 int err = base->d_op->d_hash(base, qname); in lookup_noperm_common()
|
| /linux/include/linux/ |
| H A D | dcache.h | 96 struct hlist_bl_node d_hash; /* lookup hash list */ member 155 int (*d_hash)(const struct dentry *, struct qstr *); member 366 return hlist_bl_unhashed(&dentry->d_hash); in d_unhashed()
|
| /linux/fs/hfs/ |
| H A D | sysdep.c | 47 .d_hash = hfs_hash_dentry,
|
| /linux/fs/hpfs/ |
| H A D | dentry.c | 60 .d_hash = hpfs_hash_dentry,
|
| /linux/fs/gfs2/ |
| H A D | dentry.c | 100 .d_hash = gfs2_dhash,
|
| /linux/fs/isofs/ |
| H A D | inode.c | 133 .d_hash = isofs_hashi, 138 .d_hash = isofs_hash_ms, 142 .d_hash = isofs_hashi_ms,
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 189 .d_hash = efivarfs_d_hash,
|
| /linux/fs/adfs/ |
| H A D | dir.c | 426 .d_hash = adfs_hash,
|
| /linux/fs/fat/ |
| H A D | namei_vfat.c | 189 .d_hash = vfat_hashi, 195 .d_hash = vfat_hash,
|
| /linux/fs/smb/client/ |
| H A D | dir.c | 964 .d_hash = cifs_ci_hash,
|
| /linux/Documentation/filesystems/ |
| H A D | locking.rst | 23 int (*d_hash)(const struct dentry *, struct qstr *); 44 d_hash no no no maybe
|
| /linux/fs/overlayfs/ |
| H A D | super.c | 177 .d_hash = generic_ci_d_hash,
|
| /linux/mm/ |
| H A D | shmem.c | 5001 .d_hash = generic_ci_d_hash,
|