Home
last modified time | relevance | path

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

/linux-6.1.9/fs/freevxfs/
Dvxfs_dir.h28 __fs16 d_hash[1]; /* hash chain */ member
/linux-6.1.9/include/linux/
Ddcache.h86 struct hlist_bl_node d_hash; /* lookup hash list */ member
131 int (*d_hash)(const struct dentry *, struct qstr *); member
/linux-6.1.9/fs/
Ddcache.c103 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash() function