Lines Matching defs:cache
49 struct bcache *cache; in bcache_create() local
74 static int flush_block(struct bcache *cache, struct bcache_block *block) { in flush_block()
91 struct bcache *cache = _cache; in bcache_destroy() local
108 static struct bcache_block *find_block(struct bcache *cache, uint blocknum) { in find_block()
133 static struct bcache_block *alloc_block(struct bcache *cache) { in alloc_block()
166 static struct bcache_block *find_or_fill_block(struct bcache *cache, uint blocknum) { in find_or_fill_block()
199 struct bcache *cache = _cache; in bcache_read_block() local
214 struct bcache *cache = _cache; in bcache_get_block() local
234 struct bcache *cache = _cache; in bcache_put_block() local
251 struct bcache *cache = priv; in bcache_mark_block_dirty() local
268 struct bcache *cache = priv; in bcache_zero_block() local
291 struct bcache *cache = priv; in bcache_flush() local
309 struct bcache *cache = priv; in bcache_dump() local