Lines Matching defs:newbp
2041 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp;
2175 newbp = lfs_newbuf(fs, bp->b_vp, bp->b_lblkno,
2177 newbp->b_blkno = bp->b_blkno;
2178 memcpy(newbp->b_data, bp->b_data,
2179 newbp->b_bcount);
2182 iblimit = newbp->b_bcount / LFS_BLKPTRSIZE(fs);
2184 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) {
2186 lfs_iblock_set(fs, newbp->b_data,
2196 " bp = %p newbp = %p\n", changed, bp,
2197 newbp));
2198 *bpp = newbp;
2219 lfs_freebuf(fs, newbp);