Searched refs:d_hash (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/freevxfs/
H A Dvxfs_dir.h28 __fs16 d_hash[1]; /* hash chain */ member in struct:vxfs_dirblk
/linux-master/fs/hpfs/
H A Ddentry.c60 .d_hash = hpfs_hash_dentry,
/linux-master/fs/hfs/
H A Dsysdep.c46 .d_hash = hfs_hash_dentry,
/linux-master/fs/gfs2/
H A Ddentry.c105 .d_hash = gfs2_dhash,
/linux-master/include/linux/
H A Ddcache.h86 struct hlist_bl_node d_hash; /* lookup hash list */ member in struct:dentry
136 int (*d_hash)(const struct dentry *, struct qstr *); member in struct:dentry_operations
347 return hlist_bl_unhashed(&dentry->d_hash);
/linux-master/fs/
H A Ddcache.c103 static inline struct hlist_bl_head *d_hash(unsigned int hash) function
498 b = d_hash(dentry->d_name.hash);
501 __hlist_bl_del(&dentry->d_hash);
509 dentry->d_hash.pprev = NULL;
531 * (dentry->d_hash.pprev will be LIST_POISON2, not NULL).
1558 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash));
1671 INIT_HLIST_BL_NODE(&dentry->d_hash);
1787 if (op->d_hash)
1959 hlist_bl_add_head(&new->d_hash, &sb->s_roots);
2107 struct hlist_bl_head *b = d_hash(hashlen_has
[all...]
H A Dlibfs.c1785 * generic_ci_d_hash - generic d_hash implementation for casefolding filesystems
1808 .d_hash = generic_ci_d_hash,
H A Dnamei.c2295 err = parent->d_op->d_hash(parent, &this);
2695 int err = base->d_op->d_hash(base, this);
/linux-master/fs/affs/
H A Dnamei.c575 .d_hash = affs_hash_dentry,
580 .d_hash = affs_intl_hash_dentry,
/linux-master/fs/efivarfs/
H A Dsuper.c163 .d_hash = efivarfs_d_hash,
/linux-master/fs/isofs/
H A Dinode.c133 .d_hash = isofs_hashi,
138 .d_hash = isofs_hash_ms,
142 .d_hash = isofs_hashi_ms,
/linux-master/fs/adfs/
H A Ddir.c425 .d_hash = adfs_hash,
/linux-master/fs/fat/
H A Dnamei_vfat.c191 .d_hash = vfat_hashi,
197 .d_hash = vfat_hash,
H A Dnamei_msdos.c192 .d_hash = msdos_hash,
/linux-master/fs/ntfs3/
H A Dnamei.c473 * dentry_operations::d_hash
628 .d_hash = ntfs_d_hash,
/linux-master/fs/exfat/
H A Dnamei.c137 .d_hash = exfat_d_hash,
203 .d_hash = exfat_utf8_d_hash,
/linux-master/fs/hfsplus/
H A Dinode.c178 .d_hash = hfsplus_hash_dentry,
/linux-master/fs/smb/client/
H A Ddir.c896 .d_hash = cifs_ci_hash,
/linux-master/fs/jfs/
H A Dnamei.c1613 .d_hash = jfs_ci_hash,

Completed in 255 milliseconds