Lines Matching refs:b_data
178 *res = (char *)bp->b_data + blkoff(fs, offset); in ffs_blkatoff()
197 *((struct ufs1_dinode *)bp->b_data + ino_to_fsbo(fs, ino)); in ffs_load_inode()
211 dip2 = ((struct ufs2_dinode *)bp->b_data + ino_to_fsbo(fs, ino)); in ffs_load_inode()
1216 bcopy(bp->b_data, *bufp, size); in ffs_use_bread()
2038 bcopy((caddr_t)fs, sbbp->b_data, (uint64_t)fs->fs_sbsize); in ffs_sbupdate()
2040 fs = (struct fs *)sbbp->b_data; in ffs_sbupdate()
2067 fs = (struct fs *)bp->b_data; in ffs_use_bwrite()
2073 bcopy(buf, bp->b_data, (uint64_t)size); in ffs_use_bwrite()
2275 memcpy(newbp->b_data, bp->b_data, bp->b_bufsize); in ffs_bufwrite()
2310 cgp = (struct cg *)bp->b_data; in ffs_bufwrite()
2313 calculate_crc32c(~0L, bp->b_data, bp->b_bcount); in ffs_bufwrite()
2327 cgp = (struct cg *)bp->b_data; in ffs_bufwrite()
2406 ((struct cg *)bp->b_data)->cg_ckhash = 0; in ffs_geom_strategy()
2407 ((struct cg *)bp->b_data)->cg_ckhash = in ffs_geom_strategy()
2408 calculate_crc32c(~0L, bp->b_data, bp->b_bcount); in ffs_geom_strategy()