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);
static uchar_t bcache[DEV_BSIZE * CACHESIZE];
bcopy(bcache + (i * DEV_BSIZE),
dest = bcache + (cacheoff * DEV_BSIZE);
bcache = *bptr++;
sum += *aptr++ * bcache + *cptr;
short bcache;
bcache = *bptr++;
sum += *aptr++ * bcache;