Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Ddcache.c103 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash() function
497 b = d_hash(dentry->d_name.hash); in ___d_drop()
500 __hlist_bl_del(&dentry->d_hash); in ___d_drop()
508 dentry->d_hash.pprev = NULL; in __d_drop()
1702 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount()
1816 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc()
1927 if (op->d_hash) in d_set_d_op()
2106 hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->s_roots); in __d_instantiate_anon()
2283 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen)); in __d_lookup_rcu_op_compare()
2287 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare()
[all …]
Dlibfs.c1471 .d_hash = generic_ci_d_hash,
1484 .d_hash = generic_ci_d_hash,
Dnamei.c2284 err = parent->d_op->d_hash(parent, &this); in link_path_walk()
2650 int err = base->d_op->d_hash(base, this); in lookup_one_common()
/linux-6.1.9/include/linux/
Ddcache.h86 struct hlist_bl_node d_hash; /* lookup hash list */ member
131 int (*d_hash)(const struct dentry *, struct qstr *); member
335 return hlist_bl_unhashed(&dentry->d_hash); in d_unhashed()
/linux-6.1.9/fs/freevxfs/
Dvxfs_dir.h28 __fs16 d_hash[1]; /* hash chain */ member
/linux-6.1.9/fs/hfs/
Dsysdep.c42 .d_hash = hfs_hash_dentry,
/linux-6.1.9/fs/hpfs/
Ddentry.c60 .d_hash = hpfs_hash_dentry,
/linux-6.1.9/fs/gfs2/
Ddentry.c105 .d_hash = gfs2_dhash,
/linux-6.1.9/fs/efivarfs/
Dsuper.c82 .d_hash = efivarfs_d_hash,
/linux-6.1.9/fs/affs/
Dnamei.c577 .d_hash = affs_hash_dentry,
582 .d_hash = affs_intl_hash_dentry,
/linux-6.1.9/fs/isofs/
Dinode.c133 .d_hash = isofs_hashi,
138 .d_hash = isofs_hash_ms,
142 .d_hash = isofs_hashi_ms,
/linux-6.1.9/fs/adfs/
Ddir.c425 .d_hash = adfs_hash,
/linux-6.1.9/fs/fat/
Dnamei_vfat.c191 .d_hash = vfat_hashi,
197 .d_hash = vfat_hash,
Dnamei_msdos.c192 .d_hash = msdos_hash,
/linux-6.1.9/fs/exfat/
Dnamei.c137 .d_hash = exfat_d_hash,
203 .d_hash = exfat_utf8_d_hash,
/linux-6.1.9/fs/cifs/
Ddir.c863 .d_hash = cifs_ci_hash,
/linux-6.1.9/fs/hfsplus/
Dinode.c182 .d_hash = hfsplus_hash_dentry,
/linux-6.1.9/Documentation/filesystems/
Dlocking.rst22 int (*d_hash)(const struct dentry *, struct qstr *);
41 d_hash no no no maybe
Dporting.rst381 .d_hash() calling convention and locking rules are significantly
413 Documentation/filesystems/path-lookup.txt). d_hash and d_compare changes
Dvfs.rst1189 int (*d_hash)(const struct dentry *, struct qstr *);
1241 ``d_hash``
1243 dentry passed to d_hash is the parent directory that the name is
/linux-6.1.9/fs/jfs/
Dnamei.c1605 .d_hash = jfs_ci_hash,