Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dmbcache.c219 cache->c_block_hash = kmalloc(bucket_count * sizeof(struct list_head), in mb_cache_create()
221 if (!cache->c_block_hash) in mb_cache_create()
224 INIT_LIST_HEAD(&cache->c_block_hash[n]); in mb_cache_create()
252 kfree(cache->c_block_hash); in mb_cache_create()
329 kfree(cache->c_block_hash); in mb_cache_destroy()
397 list_for_each_prev(l, &cache->c_block_hash[bucket]) { in mb_cache_entry_insert()
406 list_add(&ce->e_block_list, &cache->c_block_hash[bucket]); in mb_cache_entry_insert()
467 list_for_each(l, &cache->c_block_hash[bucket]) { in mb_cache_entry_get()
/linux-3.4.99/include/linux/
Dmbcache.h28 struct list_head *c_block_hash; member