Searched refs:hlist_bl_first (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dlist_bl.h57 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) function
80 struct hlist_bl_node *first = hlist_bl_first(h);
170 for (pos = hlist_bl_first(head); \
184 for (pos = hlist_bl_first(head); \
H A Drculist_bl.h77 first = hlist_bl_first(h);
/linux-master/fs/
H A Dmbcache.c165 node = hlist_bl_first(head);
H A Ddcache.c1558 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_roots), struct dentry, d_hash));

Completed in 134 milliseconds