Lines Matching refs:mb_cache
193 struct mb_cache *cache = ce->e_cache; in __mb_cache_entry_forget()
293 struct mb_cache *cache; in mb_cache_shrink_count()
324 struct mb_cache *
328 struct mb_cache *cache = NULL; in mb_cache_create()
338 cache = kmalloc(sizeof(struct mb_cache), GFP_KERNEL); in mb_cache_create()
452 mb_cache_destroy(struct mb_cache *cache) in mb_cache_destroy()
502 mb_cache_entry_alloc(struct mb_cache *cache, gfp_t gfp_flags) in mb_cache_entry_alloc()
582 struct mb_cache *cache = ce->e_cache; in mb_cache_entry_insert()
661 mb_cache_entry_get(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_get()
786 mb_cache_entry_find_first(struct mb_cache *cache, struct block_device *bdev, in mb_cache_entry_find_first()
827 struct mb_cache *cache = prev->e_cache; in mb_cache_entry_find_next()