| /src/sys/ufs/lfs/ |
| lfs_segment.c | 2018 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local in function:lfs_writeseg 2152 newbp = lfs_newbuf(fs, bp->b_vp, bp->b_lblkno, 2154 newbp->b_blkno = bp->b_blkno; 2155 memcpy(newbp->b_data, bp->b_data, 2156 newbp->b_bcount); 2159 iblimit = newbp->b_bcount / LFS_BLKPTRSIZE(fs); 2161 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) { 2163 lfs_iblock_set(fs, newbp->b_data, 2173 " bp = %p newbp = %p\n", changed, bp, 2174 newbp)); [all...] |
| lfs_segment.c | 2018 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local in function:lfs_writeseg 2152 newbp = lfs_newbuf(fs, bp->b_vp, bp->b_lblkno, 2154 newbp->b_blkno = bp->b_blkno; 2155 memcpy(newbp->b_data, bp->b_data, 2156 newbp->b_bcount); 2159 iblimit = newbp->b_bcount / LFS_BLKPTRSIZE(fs); 2161 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) { 2163 lfs_iblock_set(fs, newbp->b_data, 2173 " bp = %p newbp = %p\n", changed, bp, 2174 newbp)); [all...] |
| lfs_segment.c | 2018 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local in function:lfs_writeseg 2152 newbp = lfs_newbuf(fs, bp->b_vp, bp->b_lblkno, 2154 newbp->b_blkno = bp->b_blkno; 2155 memcpy(newbp->b_data, bp->b_data, 2156 newbp->b_bcount); 2159 iblimit = newbp->b_bcount / LFS_BLKPTRSIZE(fs); 2161 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) { 2163 lfs_iblock_set(fs, newbp->b_data, 2173 " bp = %p newbp = %p\n", changed, bp, 2174 newbp)); [all...] |
| lfs_segment.c | 2018 struct buf **bpp, *bp, *cbp, *newbp, *unbusybp; local in function:lfs_writeseg 2152 newbp = lfs_newbuf(fs, bp->b_vp, bp->b_lblkno, 2154 newbp->b_blkno = bp->b_blkno; 2155 memcpy(newbp->b_data, bp->b_data, 2156 newbp->b_bcount); 2159 iblimit = newbp->b_bcount / LFS_BLKPTRSIZE(fs); 2161 if (lfs_iblock_get(fs, newbp->b_data, ibindex) == UNWRITTEN) { 2163 lfs_iblock_set(fs, newbp->b_data, 2173 " bp = %p newbp = %p\n", changed, bp, 2174 newbp)); [all...] |