Searched refs:hlist_head (Results 1 – 5 of 5) sorted by relevance
23 struct hlist_head *cyclic_get_list(void) in cyclic_get_list()26 return (struct hlist_head *)&gd->cyclic_list; in cyclic_get_list()
82 struct hlist_head *cyclic_get_list(void);
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()
486 struct hlist_head cyclic_list;
221 struct hlist_head i_dentry;245 struct hlist_head i_fsnotify_marks;403 struct hlist_head fs_supers;
Completed in 16 milliseconds