Searched refs:bcache_data (Results 1 – 1 of 1) sorted by relevance
65 caddr_t bcache_data; member142 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize); in bcache_allocate()143 if (bc->bcache_data == NULL) { in bcache_allocate()146 bc->bcache_data = malloc(bc->bcache_nblks * bcache_blksize + in bcache_allocate()152 if ((bc->bcache_data == NULL) || (bc->bcache_ctl == NULL)) { in bcache_allocate()250 bcopy(bc->bcache_data + (bcache_blksize * BHASH(bc, blk)), in read_strategy()261 p_buf = bc->bcache_data + (bcache_blksize * BHASH(bc, p_blk)); in read_strategy()342 bcopy(bc->bcache_data + (bcache_blksize * BHASH(bc, blk)), in read_strategy()438 free(bc->bcache_data); in bcache_free_instance()