Home
last modified time | relevance | path

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

/fs/
Ddcache.c107 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash() function
400 b = d_hash(dentry->d_parent, dentry->d_name.hash); in __d_shrink()
403 __hlist_bl_del(&dentry->d_hash); in __d_shrink()
404 dentry->d_hash.pprev = NULL; in __d_shrink()
1009 dentry = hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash); in shrink_dcache_for_umount()
1292 INIT_HLIST_BL_NODE(&dentry->d_hash); in __d_alloc()
1363 if (op->d_hash) in d_set_d_op()
1592 hlist_bl_add_head(&tmp->d_hash, &tmp->d_sb->s_anon); in d_obtain_alias()
1770 struct hlist_bl_head *b = d_hash(parent, hash); in __d_lookup_rcu()
1794 hlist_bl_for_each_entry_rcu(dentry, node, b, d_hash) { in __d_lookup_rcu()
[all …]
Dnamei.c1565 err = parent->d_op->d_hash(parent, nd->inode, in link_path_walk()
1884 int err = base->d_op->d_hash(base, base->d_inode, &this); in lookup_one_len()
/fs/freevxfs/
Dvxfs_dir.h53 u_int16_t d_hash[1]; /* hash chain */ member
/fs/hfs/
Dsysdep.c42 .d_hash = hfs_hash_dentry,
/fs/hpfs/
Ddentry.c62 .d_hash = hpfs_hash_dentry,
/fs/gfs2/
Ddentry.c138 .d_hash = gfs2_dhash,
/fs/affs/
Dnamei.c31 .d_hash = affs_hash_dentry,
36 .d_hash = affs_intl_hash_dentry,
/fs/isofs/
Dinode.c139 .d_hash = isofs_hash,
143 .d_hash = isofs_hashi,
148 .d_hash = isofs_hash_ms,
152 .d_hash = isofs_hashi_ms,
/fs/adfs/
Ddir.c264 .d_hash = adfs_hash,
/fs/sysv/
Dnamei.c43 .d_hash = sysv_hash,
/fs/ncpfs/
Ddir.c86 .d_hash = ncp_hash_dentry,
598 if (dentry->d_op && dentry->d_op->d_hash) in ncp_fill_cache()
599 if (dentry->d_op->d_hash(dentry, dentry->d_inode, &qname) != 0) in ncp_fill_cache()
/fs/cifs/
Dreaddir.c82 if (parent->d_op && parent->d_op->d_hash) in cifs_readdir_lookup()
83 parent->d_op->d_hash(parent, parent->d_inode, name); in cifs_readdir_lookup()
Ddir.c755 .d_hash = cifs_ci_hash,
/fs/fat/
Dnamei_vfat.c183 .d_hash = vfat_hashi,
189 .d_hash = vfat_hash,
Dnamei_msdos.c194 .d_hash = msdos_hash,
/fs/hfsplus/
Dinode.c166 .d_hash = hfsplus_hash_dentry,
/fs/jfs/
Dnamei.c1607 .d_hash = jfs_ci_hash,