Searched refs:hlist_bl_for_each_entry (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/ |
A D | mbcache.c | 108 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()
|
A D | dcache.c | 2687 hlist_bl_for_each_entry(dentry, node, b, d_u.d_in_lookup_hash) { in d_alloc_parallel()
|
/linux-6.3-rc2/include/linux/ |
A D | list_bl.h | 169 #define hlist_bl_for_each_entry(tpos, pos, head, member) \ macro
|
/linux-6.3-rc2/fs/fscache/ |
A D | volume.c | 171 hlist_bl_for_each_entry(cursor, p, h, hash_link) { in fscache_hash_volume() 347 hlist_bl_for_each_entry(cursor, p, h, hash_link) { in fscache_wake_pending_volume()
|
A D | cookie.c | 412 hlist_bl_for_each_entry(cursor, p, h, hash_link) { in fscache_hash_cookie()
|
/linux-6.3-rc2/ |
A D | .clang-format | 412 - 'hlist_bl_for_each_entry'
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-snap.c | 716 hlist_bl_for_each_entry(e, pos, slot, hash_list) in dm_lookup_exception() 774 hlist_bl_for_each_entry(e, pos, l, hash_list) { in dm_insert_exception()
|
Completed in 18 milliseconds