bcache
struct bcache *bc = malloc(sizeof (struct bcache));
struct bcache *bc = cache;
struct bcache *bc = dd->dv_cache;
struct bcache *bc = dd->dv_cache;
struct bcache *bc = dd->dv_cache;
bcache_free_instance(struct bcache *bc)
bcache_insert(struct bcache *bc, daddr_t blkno)
bcache_invalidate(struct bcache *bc, daddr_t blkno)
static void bcache_invalidate(struct bcache *bc, daddr_t blkno);
static void bcache_insert(struct bcache *bc, daddr_t blkno);
static void bcache_free_instance(struct bcache *bc);