Lines Matching defs:ppvp
148 vnode_t *ppvp;
164 * vp points to a GFS file; ppvp points to the real object.
166 ppvp = gfs_file_parent(gfs_file_parent(vp));
212 if (ppvp->v_type == VREG)
242 error = VOP_GETATTR(ppvp, &xvattr.xva_vattr, 0, cr, ct);
504 vnode_t *ppvp;
547 ppvp = gfs_file_parent(gfs_file_parent(vp));
703 if (ppvp->v_type == VREG) {
729 ppvp = gfs_file_parent(gfs_file_parent(vp));
730 error = VOP_SETATTR(ppvp, &xvattr.xva_vattr, 0, cr, ct);