Searched refs:d_hash (Results 1 – 20 of 20) sorted by relevance
/Linux-v4.19/include/linux/ |
D | dcache.h | 92 struct hlist_bl_node d_hash; /* lookup hash list */ member 137 int (*d_hash)(const struct dentry *, struct qstr *); member 337 return hlist_bl_unhashed(&dentry->d_hash); in d_unhashed()
|
/Linux-v4.19/fs/freevxfs/ |
D | vxfs_dir.h | 53 __fs16 d_hash[1]; /* hash chain */ member
|
/Linux-v4.19/fs/hfs/ |
D | sysdep.c | 42 .d_hash = hfs_hash_dentry,
|
/Linux-v4.19/fs/ |
D | dcache.c | 99 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash() function 474 b = d_hash(dentry->d_name.hash); in ___d_drop() 477 __hlist_bl_del(&dentry->d_hash); in ___d_drop() 485 dentry->d_hash.pprev = NULL; in __d_drop() 1546 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash)); in shrink_dcache_for_umount() 1659 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc() 1768 if (op->d_hash) in d_set_d_op() 1944 hlist_bl_add_head(&dentry->d_hash, &dentry->d_sb->s_roots); in __d_instantiate_anon() 2138 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen)); in __d_lookup_rcu() 2162 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu() [all …]
|
D | namei.c | 2106 err = parent->d_op->d_hash(parent, &this); in link_path_walk() 2482 int err = base->d_op->d_hash(base, this); in lookup_one_len_common()
|
/Linux-v4.19/fs/hpfs/ |
D | dentry.c | 60 .d_hash = hpfs_hash_dentry,
|
/Linux-v4.19/fs/gfs2/ |
D | dentry.c | 131 .d_hash = gfs2_dhash,
|
/Linux-v4.19/fs/affs/ |
D | namei.c | 572 .d_hash = affs_hash_dentry, 577 .d_hash = affs_intl_hash_dentry,
|
/Linux-v4.19/fs/adfs/ |
D | dir.c | 242 .d_hash = adfs_hash,
|
/Linux-v4.19/fs/efivarfs/ |
D | super.c | 86 .d_hash = efivarfs_d_hash,
|
/Linux-v4.19/fs/sysv/ |
D | namei.c | 43 .d_hash = sysv_hash,
|
/Linux-v4.19/fs/isofs/ |
D | inode.c | 135 .d_hash = isofs_hashi, 140 .d_hash = isofs_hash_ms, 144 .d_hash = isofs_hashi_ms,
|
/Linux-v4.19/fs/fat/ |
D | namei_vfat.c | 190 .d_hash = vfat_hashi, 196 .d_hash = vfat_hash,
|
D | namei_msdos.c | 191 .d_hash = msdos_hash,
|
/Linux-v4.19/fs/hfsplus/ |
D | inode.c | 177 .d_hash = hfsplus_hash_dentry,
|
/Linux-v4.19/fs/cifs/ |
D | dir.c | 973 .d_hash = cifs_ci_hash,
|
/Linux-v4.19/Documentation/filesystems/ |
D | Locking | 14 int (*d_hash)(const struct dentry *, struct qstr *); 30 d_hash no no no maybe
|
D | porting | 339 .d_hash() calling convention and locking rules are significantly 366 Documentation/filesystems/path-lookup.txt). d_hash and d_compare changes
|
D | vfs.txt | 999 int (*d_hash)(const struct dentry *, struct qstr *); 1045 d_hash: called when the VFS adds a dentry to the hash table. The first 1046 dentry passed to d_hash is the parent directory that the name is
|
/Linux-v4.19/fs/jfs/ |
D | namei.c | 1617 .d_hash = jfs_ci_hash,
|