Lines Matching refs:b_blkno
246 bp->b_iooffset = dbtob(bp->b_blkno); in cluster_read()
292 rbp->b_blkno = blkno; in cluster_read()
306 rbp->b_iooffset = dbtob(rbp->b_blkno); in cluster_read()
368 tbp->b_blkno = blkno; in cluster_rbuild()
393 bp->b_blkno = blkno; in cluster_rbuild()
488 if (tbp->b_blkno == tbp->b_lblkno) { in cluster_rbuild()
489 tbp->b_blkno = bn; in cluster_rbuild()
490 } else if (tbp->b_blkno != bn) { in cluster_rbuild()
667 (bp->b_blkno != vnc->v_lasta + btodb(lblocksize))) { in cluster_write()
736 vnc->v_lasta = bp->b_blkno; in cluster_write()
748 bp->b_blkno == bp->b_lblkno && in cluster_write()
749 (VOP_BMAP(vp, lbn, NULL, &bp->b_blkno, &maxclen, in cluster_write()
750 NULL) != 0 || bp->b_blkno == -1)) { in cluster_write()
751 pbn = bp->b_blkno; in cluster_write()
760 pbn = bp->b_blkno; in cluster_write()
774 pbn = bp->b_blkno; in cluster_write()
786 pbn = bp->b_blkno; in cluster_write()
792 pbn = bp->b_blkno; in cluster_write()
881 bp->b_blkno = tbp->b_blkno; in cluster_wbuild()
947 ((bp->b_blkno + (dbsize * i)) != in cluster_wbuild()
948 tbp->b_blkno) || in cluster_wbuild()
1070 if (bp->b_blkno == bp->b_lblkno) in cluster_collectbufs()
1071 VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, in cluster_collectbufs()
1075 if (bp->b_blkno == bp->b_lblkno) in cluster_collectbufs()
1076 VOP_BMAP(vp, bp->b_lblkno, NULL, &bp->b_blkno, NULL, NULL); in cluster_collectbufs()