Home
last modified time | relevance | path

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

/linux/fs/
H A Ddcache.c117 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 Dlibfs.c1877 .d_hash = generic_ci_d_hash,
H A Dnamei.c2618 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 Ddcache.h96 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 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/isofs/
H A Dinode.c133 .d_hash = isofs_hashi,
138 .d_hash = isofs_hash_ms,
142 .d_hash = isofs_hashi_ms,
/linux/fs/efivarfs/
H A Dsuper.c189 .d_hash = efivarfs_d_hash,
/linux/fs/adfs/
H A Ddir.c426 .d_hash = adfs_hash,
/linux/fs/fat/
H A Dnamei_vfat.c189 .d_hash = vfat_hashi,
195 .d_hash = vfat_hash,
/linux/fs/smb/client/
H A Ddir.c964 .d_hash = cifs_ci_hash,
/linux/Documentation/filesystems/
H A Dlocking.rst23 int (*d_hash)(const struct dentry *, struct qstr *);
44 d_hash no no no maybe
/linux/fs/overlayfs/
H A Dsuper.c177 .d_hash = generic_ci_d_hash,
/linux/mm/
H A Dshmem.c5001 .d_hash = generic_ci_d_hash,