Lines Matching refs:bcache
61 struct bcache { struct
90 static void bcache_invalidate(struct bcache *bc, daddr_t blkno); argument
91 static void bcache_insert(struct bcache *bc, daddr_t blkno);
92 static void bcache_free_instance(struct bcache *bc);
123 struct bcache *bc = malloc(sizeof (struct bcache)); in bcache_allocate()
173 struct bcache *bc = cache; in bcache_free()
191 struct bcache *bc = dd->dv_cache; in write_strategy()
215 struct bcache *bc = dd->dv_cache; in read_strategy()
395 struct bcache *bc = dd->dv_cache; in bcache_strategy()
462 bcache_free_instance(struct bcache *bc) in bcache_free_instance()
475 bcache_insert(struct bcache *bc, daddr_t blkno) in bcache_insert()
490 bcache_invalidate(struct bcache *bc, daddr_t blkno) in bcache_invalidate()