Searched refs:hlist_head (Results 1 – 2 of 2) sorted by relevance
557 struct hlist_head { struct566 #define HLIST_HEAD(name) struct hlist_head name = { .first = NULL } argument579 static inline int hlist_empty(const struct hlist_head *h) in hlist_empty()608 static inline void hlist_add_head(struct hlist_node *n, struct hlist_head *h) in hlist_add_head()
221 struct hlist_head i_dentry;245 struct hlist_head i_fsnotify_marks;403 struct hlist_head fs_supers;
Completed in 11 milliseconds