Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dmbcache.c100 hlist_bl_for_each_entry(dup, dup_node, head, e_hash_list) { in mb_cache_entry_create()
107 hlist_bl_add_head(&entry->e_hash_list, head); in mb_cache_entry_create()
137 if (entry && !hlist_bl_unhashed(&entry->e_hash_list)) in __entry_find()
138 node = entry->e_hash_list.next; in __entry_find()
143 e_hash_list); in __entry_find()
206 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_get()
234 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_delete()
237 hlist_bl_del_init(&entry->e_hash_list); in mb_cache_entry_delete()
304 if (!hlist_bl_unhashed(&entry->e_hash_list)) { in mb_cache_shrink()
305 hlist_bl_del_init(&entry->e_hash_list); in mb_cache_shrink()
[all …]
/Linux-v4.19/include/linux/
Dmbcache.h17 struct hlist_bl_node e_hash_list; member
/Linux-v4.19/fs/ext2/
Dxattr.c929 if (hlist_bl_unhashed(&ce->e_hash_list)) { in ext2_xattr_cache_find()
/Linux-v4.19/fs/ext4/
Dxattr.c2020 if (hlist_bl_unhashed(&ce->e_hash_list) || in ext4_xattr_block_set()