Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmbcache.c187 hlist_bl_unlock(ce->e_block_hash_p); in __mb_cache_entry_unhash_unlock()
267 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_shrink_scan()
273 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_shrink_scan()
416 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_shrink()
423 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_shrink()
470 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_destroy()
524 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_entry_alloc()
531 hlist_bl_unlock(ce->e_block_hash_p); in mb_cache_entry_alloc()
557 ce->e_block_hash_p = &cache->c_block_hash[0]; in mb_cache_entry_alloc()
605 ce->e_block_hash_p = block_hash_p; in mb_cache_entry_insert()
[all …]
/linux-4.4.14/include/linux/
Dmbcache.h19 struct hlist_bl_head *e_block_hash_p; member