Home
last modified time | relevance | path

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

/linux-4.4.14/fs/
Dmbcache.c585 struct hlist_bl_head *block_hash_p; in mb_cache_entry_insert() local
592 block_hash_p = &cache->c_block_hash[bucket]; in mb_cache_entry_insert()
593 hlist_bl_lock(block_hash_p); in mb_cache_entry_insert()
594 hlist_bl_for_each_entry(lce, l, block_hash_p, e_block_list) { in mb_cache_entry_insert()
596 hlist_bl_unlock(block_hash_p); in mb_cache_entry_insert()
605 ce->e_block_hash_p = block_hash_p; in mb_cache_entry_insert()
607 hlist_bl_add_head(&ce->e_block_list, block_hash_p); in mb_cache_entry_insert()
608 hlist_bl_unlock(block_hash_p); in mb_cache_entry_insert()
667 struct hlist_bl_head *block_hash_p; in mb_cache_entry_get() local
671 block_hash_p = &cache->c_block_hash[bucket]; in mb_cache_entry_get()
[all …]