Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmbcache.c149 return !hlist_bl_unhashed(&ce->e_block_list); in __mb_cache_entry_is_block_hashed()
157 hlist_bl_del_init(&ce->e_block_list); in __mb_cache_entry_unhash_block()
551 INIT_HLIST_BL_NODE(&ce->e_block_list); in mb_cache_entry_alloc()
594 hlist_bl_for_each_entry(lce, l, block_hash_p, e_block_list) { in mb_cache_entry_insert()
607 hlist_bl_add_head(&ce->e_block_list, block_hash_p); in mb_cache_entry_insert()
674 hlist_bl_for_each_entry(ce, l, block_hash_p, e_block_list) { in mb_cache_entry_get()
/linux-4.4.14/include/linux/
Dmbcache.h14 struct hlist_bl_node e_block_list; member