Home
last modified time | relevance | path

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

/linux-6.14.4/fs/freevxfs/
Dvxfs_dir.h28 __fs16 d_hash[]; /* hash chain */ member
/linux-6.14.4/include/linux/
Ddcache.h95 struct hlist_bl_node d_hash; /* lookup hash list */ member
151 int (*d_hash)(const struct dentry *, struct qstr *); member
/linux-6.14.4/fs/
Ddcache.c110 static inline struct hlist_bl_head *d_hash(unsigned long hashlen) in d_hash() function