Searched refs:d_hash (Results 1 – 11 of 11) 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 567 struct hlist_bl_head *b = d_hash(dentry->d_name.hash); in ___d_drop() 570 __hlist_bl_del(&dentry->d_hash); in ___d_drop() 578 dentry->d_hash.pprev = NULL; in __d_drop() 1958 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc() 2071 if (op->d_hash) in d_op_flags() 2415 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu_op_compare() 2419 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare() 2479 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu() 2506 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() [all …]
|
| H A D | namei.c | 2627 err = parent->d_op->d_hash(parent, &nd->last); in link_path_walk() 3107 int err = base->d_op->d_hash(base, qname); in lookup_noperm_common()
|
| /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/ntfs3/ |
| H A D | namei.c | 560 .d_hash = ntfs_d_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
|
| H A D | vfs.rst | 1205 int (*d_hash)(const struct dentry *, struct qstr *); 1259 ``d_hash`` 1261 dentry passed to d_hash is the parent directory that the name is
|
| /linux/fs/smb/client/ |
| H A D | dir.c | 1233 .d_hash = cifs_ci_hash,
|
| /linux/fs/overlayfs/ |
| H A D | super.c | 177 .d_hash = generic_ci_d_hash,
|
| /linux/mm/ |
| H A D | shmem.c | 4949 .d_hash = generic_ci_d_hash,
|