Lines Matching defs:newbp
2104 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp;
2240 newbp = lfs_newbuf(fs, bp->b_vp, bp->b_lblkno,
2242 newbp->b_blkno = bp->b_blkno;
2243 memcpy(newbp->b_data, bp->b_data,
2244 newbp->b_bcount);
2247 iblimit = newbp->b_bcount / LFS_BLKPTRSIZE(fs);
2249 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) {
2251 lfs_iblock_set(fs, newbp->b_data,
2261 " bp = %p newbp = %p\n", changed, bp,
2262 newbp));
2263 *bpp = newbp;
2284 lfs_freebuf(fs, newbp);