Lines Matching refs:b_vp
710 nbp->b_vp = ufsvfsp->vfs_root; in getblk_common()
712 nbp->b_vp = NULL; in getblk_common()
932 if (bp->b_vp == NULL) { /* !ufs */ in bflush()
935 UFS_BWRITE(VTOI(bp->b_vp)->i_ufsvfs, bp); in bflush()
1000 if (sbp->b_vp == NULL) { /* !ufs */ in blkflush()
1003 UFS_BWRITE(VTOI(sbp->b_vp)->i_ufsvfs, sbp); in blkflush()
1371 bp->b_vp = vp; in pageio_setup()
1388 VN_RELE(bp->b_vp); in pageio_done()
1389 bp->b_vp = NULL; in pageio_done()
1688 if (bp->b_vp == NULL) { /* !ufs */ in bio_flushlist()
1691 UFS_BWRITE(VTOI(bp->b_vp)->i_ufsvfs, bp); in bio_flushlist()