Home
last modified time | relevance | path

Searched refs:hlist_bl_for_each_entry (Results 1 – 4 of 4) sorted by relevance

/linux/fs/
H A Dmbcache.c108 hlist_bl_for_each_entry(dup, dup_node, head, e_hash_list) { in mb_cache_entry_create()
231 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_get()
/linux/include/linux/
H A Dlist_bl.h169 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ macro
/linux/
H A D.clang-format476 - 'hlist_bl_for_each_entry'
/linux/fs/netfs/
H A Dfscache_cookie.c412 hlist_bl_for_each_entry(cursor, p, h, hash_link) { in fscache_hash_cookie()