Lines Matching defs:vp
114 register struct vnode *vp;
130 vp = STOV(sp);
132 * Don't bother sync'ing a vp if it's
135 if (IS_SWAPVP(vp))
138 if (vp->v_type == VBLK && vn_has_cached_data(vp)) {
140 * Prevent vp from going away before we
144 VN_HOLD(vp);
156 vp = STOV(sp);
157 (void) VOP_PUTPAGE(vp, (offset_t)0, (uint_t)0, B_ASYNC, cr,
159 VN_RELE(vp); /* Release our hold on vnode */