Home
last modified time | relevance | path

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

/linux-4.4.14/fs/freevxfs/
Dvxfs_dir.h53 u_int16_t d_hash[1]; /* hash chain */ member
/linux-4.4.14/include/linux/
Ddcache.h112 struct hlist_bl_node d_hash; /* lookup hash list */ member
153 int (*d_hash)(const struct dentry *, struct qstr *); member
/linux-4.4.14/fs/
Ddcache.c107 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash() function