Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dmbcache.c185 hlist_bl_unlock(ce->e_index_hash_p); in __mb_cache_entry_unhash_unlock()
268 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_shrink_scan()
272 hlist_bl_unlock(ce->e_index_hash_p); in mb_cache_shrink_scan()
417 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_shrink()
422 hlist_bl_unlock(ce->e_index_hash_p); in mb_cache_shrink()
471 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_destroy()
525 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_entry_alloc()
530 hlist_bl_unlock(ce->e_index_hash_p); in mb_cache_entry_alloc()
558 ce->e_index_hash_p = &cache->c_index_hash[0]; in mb_cache_entry_alloc()
612 ce->e_index_hash_p = index_hash_p; in mb_cache_entry_insert()
[all …]
/linux-4.1.27/include/linux/
Dmbcache.h20 struct hlist_bl_head *e_index_hash_p; member