Home
last modified time | relevance | path

Searched refs:e_hash_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/fs/
Dmbcache.c107 hlist_bl_for_each_entry(dup, dup_node, head, e_hash_list) { in mb_cache_entry_create()
114 hlist_bl_add_head(&entry->e_hash_list, head); in mb_cache_entry_create()
132 hlist_bl_del(&entry->e_hash_list); in __mb_cache_entry_free()
161 if (entry && !hlist_bl_unhashed(&entry->e_hash_list)) in __entry_find()
162 node = entry->e_hash_list.next; in __entry_find()
167 e_hash_list); in __entry_find()
229 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_get()
/Linux-v6.1/include/linux/
Dmbcache.h20 struct hlist_bl_node e_hash_list; member