Lines Matching refs:ppvp
219 vnode_t *ppvp;
235 * vp points to a GFS file; ppvp points to the real object.
237 ppvp = gfs_file_parent(gfs_file_parent(vp));
283 if (ppvp->v_type == VREG)
313 error = VOP_GETATTR(ppvp, &xvattr.xva_vattr, 0, cr, ct);
575 vnode_t *ppvp;
618 ppvp = gfs_file_parent(gfs_file_parent(vp));
774 if (ppvp->v_type == VREG) {
800 ppvp = gfs_file_parent(gfs_file_parent(vp));
801 error = VOP_SETATTR(ppvp, &xvattr.xva_vattr, 0, cr, ct);