Lines Matching defs:vbp
1389 struct vndbuf *vbp = (struct vndbuf *)bp;
1390 task_add(systq, &vbp->vb_task);
1396 struct vndbuf *vbp = xvbp;
1397 struct vndxfer *vnx = vbp->vb_vnx;
1404 resid = vbp->vb_buf.b_bcount - vbp->vb_buf.b_resid;
1409 if (vbp->vb_buf.b_error)
1410 vnx->vx_error = vbp->vb_buf.b_error;
1413 if (vbp->vb_buf.b_vp != NULL) {
1414 brelvp(&vbp->vb_buf);
1417 /* kill vbp structure */
1418 pool_put(&vndbuf_pool, vbp);