Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dmbcache.c101 hlist_bl_for_each_entry(dup, dup_node, head, e_hash_list) { in mb_cache_entry_create()
108 hlist_bl_add_head(&entry->e_hash_list, head); in mb_cache_entry_create()
138 if (entry && !hlist_bl_unhashed(&entry->e_hash_list)) in __entry_find()
139 node = entry->e_hash_list.next; in __entry_find()
144 e_hash_list); in __entry_find()
207 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_get()
235 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_delete()
238 hlist_bl_del_init(&entry->e_hash_list); in mb_cache_entry_delete()
305 if (!hlist_bl_unhashed(&entry->e_hash_list)) { in mb_cache_shrink()
306 hlist_bl_del_init(&entry->e_hash_list); in mb_cache_shrink()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dmbcache.h17 struct hlist_bl_node e_hash_list; member
/OK3568_Linux_fs/kernel/fs/ext2/
H A Dxattr.c967 if (hlist_bl_unhashed(&ce->e_hash_list)) { in ext2_xattr_cache_find()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dxattr.c2005 if (hlist_bl_unhashed(&ce->e_hash_list) || in ext4_xattr_block_set()