Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddcache.h96 struct hlist_bl_node d_hash; /* lookup hash list */ member
155 int (*d_hash)(const struct dentry *, struct qstr *); member
/linux/fs/
H A Ddcache.c116 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash() function