Home
last modified time | relevance | path

Searched defs:d_hash (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/freevxfs/
Dvxfs_dir.h53 __fs16 d_hash[1]; /* hash chain */ member
/Linux-v4.19/include/linux/
Ddcache.h92 struct hlist_bl_node d_hash; /* lookup hash list */ member
137 int (*d_hash)(const struct dentry *, struct qstr *); member
/Linux-v4.19/fs/
Ddcache.c99 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash() function