Home
last modified time | relevance | path

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

/linux-4.1.27/fs/
Dmbcache.c350 cache->c_index_hash = kmalloc(bucket_count * in mb_cache_create()
352 if (!cache->c_index_hash) in mb_cache_create()
355 INIT_HLIST_BL_HEAD(&cache->c_index_hash[n]); in mb_cache_create()
377 kfree(cache->c_index_hash); in mb_cache_create()
488 kfree(cache->c_index_hash); in mb_cache_destroy()
558 ce->e_index_hash_p = &cache->c_index_hash[0]; in mb_cache_entry_alloc()
610 index_hash_p = &cache->c_index_hash[bucket]; in mb_cache_entry_insert()
794 index_hash_p = &cache->c_index_hash[bucket]; in mb_cache_entry_find_first()
833 index_hash_p = &cache->c_index_hash[bucket]; in mb_cache_entry_find_next()
/linux-4.1.27/include/linux/
Dmbcache.h31 struct hlist_bl_head *c_index_hash; member