Home
last modified time | relevance | path

Searched refs:d_hash (Results 1 – 11 of 11) sorted by relevance

/linux/fs/
H A Ddcache.c117 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 Dnamei.c2627 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 Dsysdep.c47 .d_hash = hfs_hash_dentry,
/linux/fs/hpfs/
H A Ddentry.c60 .d_hash = hpfs_hash_dentry,
/linux/fs/gfs2/
H A Ddentry.c100 .d_hash = gfs2_dhash,
/linux/fs/ntfs3/
H A Dnamei.c560 .d_hash = ntfs_d_hash,
/linux/Documentation/filesystems/
H A Dlocking.rst23 int (*d_hash)(const struct dentry *, struct qstr *);
44 d_hash no no no maybe
H A Dvfs.rst1205 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 Ddir.c1233 .d_hash = cifs_ci_hash,
/linux/fs/overlayfs/
H A Dsuper.c177 .d_hash = generic_ci_d_hash,
/linux/mm/
H A Dshmem.c4949 .d_hash = generic_ci_d_hash,