Searched refs:d_hash (Results 1 – 22 of 22) sorted by relevance
/linux-6.12.1/fs/ |
D | dcache.c | 110 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash() function 510 b = d_hash(dentry->d_name.hash); in ___d_drop() 513 __hlist_bl_del(&dentry->d_hash); in ___d_drop() 521 dentry->d_hash.pprev = NULL; in __d_drop() 1570 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount() 1683 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc() 1799 if (op->d_hash) in d_set_d_op() 1978 hlist_bl_add_head(&new->d_hash, &sb->s_roots); in __d_obtain_alias() 2126 struct hlist_bl_head *b = d_hash(hashlen); in __d_lookup_rcu_op_compare() 2130 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu_op_compare() [all …]
|
D | libfs.c | 1863 .d_hash = generic_ci_d_hash,
|
D | namei.c | 2389 err = parent->d_op->d_hash(parent, &nd->last); in link_path_walk() 2790 int err = base->d_op->d_hash(base, this); in lookup_one_common()
|
/linux-6.12.1/include/linux/ |
D | dcache.h | 86 struct hlist_bl_node d_hash; /* lookup hash list */ member 141 int (*d_hash)(const struct dentry *, struct qstr *); member 354 return hlist_bl_unhashed(&dentry->d_hash); in d_unhashed()
|
/linux-6.12.1/fs/freevxfs/ |
D | vxfs_dir.h | 28 __fs16 d_hash[1]; /* hash chain */ member
|
/linux-6.12.1/fs/hfs/ |
D | sysdep.c | 46 .d_hash = hfs_hash_dentry,
|
/linux-6.12.1/fs/hpfs/ |
D | dentry.c | 60 .d_hash = hpfs_hash_dentry,
|
/linux-6.12.1/fs/gfs2/ |
D | dentry.c | 105 .d_hash = gfs2_dhash,
|
/linux-6.12.1/fs/affs/ |
D | namei.c | 575 .d_hash = affs_hash_dentry, 580 .d_hash = affs_intl_hash_dentry,
|
/linux-6.12.1/fs/isofs/ |
D | inode.c | 133 .d_hash = isofs_hashi, 138 .d_hash = isofs_hash_ms, 142 .d_hash = isofs_hashi_ms,
|
/linux-6.12.1/fs/efivarfs/ |
D | super.c | 163 .d_hash = efivarfs_d_hash,
|
/linux-6.12.1/fs/adfs/ |
D | dir.c | 425 .d_hash = adfs_hash,
|
/linux-6.12.1/fs/fat/ |
D | namei_vfat.c | 191 .d_hash = vfat_hashi, 197 .d_hash = vfat_hash,
|
D | namei_msdos.c | 192 .d_hash = msdos_hash,
|
/linux-6.12.1/fs/ntfs3/ |
D | namei.c | 523 .d_hash = ntfs_d_hash,
|
/linux-6.12.1/fs/exfat/ |
D | namei.c | 137 .d_hash = exfat_d_hash, 203 .d_hash = exfat_utf8_d_hash,
|
/linux-6.12.1/fs/smb/client/ |
D | dir.c | 896 .d_hash = cifs_ci_hash,
|
/linux-6.12.1/fs/hfsplus/ |
D | inode.c | 177 .d_hash = hfsplus_hash_dentry,
|
/linux-6.12.1/Documentation/filesystems/ |
D | locking.rst | 22 int (*d_hash)(const struct dentry *, struct qstr *); 41 d_hash no no no maybe
|
D | porting.rst | 381 .d_hash() calling convention and locking rules are significantly 413 Documentation/filesystems/path-lookup.txt). d_hash and d_compare changes
|
D | vfs.rst | 1256 int (*d_hash)(const struct dentry *, struct qstr *); 1308 ``d_hash`` 1310 dentry passed to d_hash is the parent directory that the name is
|
/linux-6.12.1/fs/jfs/ |
D | namei.c | 1613 .d_hash = jfs_ci_hash,
|