Searched refs:e_block_hash_p (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dmbcache.h19 struct hlist_bl_head *e_block_hash_p; member in struct:mb_cache_entry
/linux-4.4.14/fs/
H A Dmbcache.c187 hlist_bl_unlock(ce->e_block_hash_p); __mb_cache_entry_unhash_unlock()
267 hlist_bl_lock(ce->e_block_hash_p); mb_cache_shrink_scan()
273 hlist_bl_unlock(ce->e_block_hash_p); mb_cache_shrink_scan()
416 hlist_bl_lock(ce->e_block_hash_p); mb_cache_shrink()
423 hlist_bl_unlock(ce->e_block_hash_p); mb_cache_shrink()
470 hlist_bl_lock(ce->e_block_hash_p); mb_cache_destroy()
524 hlist_bl_lock(ce->e_block_hash_p); mb_cache_entry_alloc()
531 hlist_bl_unlock(ce->e_block_hash_p); mb_cache_entry_alloc()
557 ce->e_block_hash_p = &cache->c_block_hash[0]; mb_cache_entry_alloc()
605 ce->e_block_hash_p = block_hash_p;
645 hlist_bl_lock(ce->e_block_hash_p); mb_cache_entry_free()
647 hlist_bl_unlock(ce->e_block_hash_p); mb_cache_entry_free()
675 mb_assert(ce->e_block_hash_p == block_hash_p); hlist_bl_for_each_entry()

Completed in 52 milliseconds