Lines Matching defs:vbp
1563 struct vndbuf *vbp = (void *)wk;
1564 struct vndxfer *vnx = vbp->vb_xfer;
1568 KASSERT(&vbp->vb_buf.b_work == wk);
1570 UVMHIST_CALLARGS(pdhist, " vbp=%#jx vp=%#jx blkno=%#jx addr=%#jx",
1571 (uintptr_t)vbp, (uintptr_t)vbp->vb_buf.b_vp, vbp->vb_buf.b_blkno,
1572 (uintptr_t)vbp->vb_buf.b_data);
1574 vbp->vb_buf.b_bcount, vbp->vb_buf.b_resid, 0, 0);
1577 * protect vbp at splbio and update.
1581 resid = vbp->vb_buf.b_bcount - vbp->vb_buf.b_resid;
1585 if (vbp->vb_buf.b_error != 0) {
1587 error = vbp->vb_buf.b_error ? vbp->vb_buf.b_error : EIO;
1593 * kill vbp structure
1595 buf_destroy(&vbp->vb_buf);
1596 pool_put(&vndbuf_pool, vbp);