Searched defs:ppvp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dxattr.c219 vnode_t *ppvp; local
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; local
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,
[all...]

Completed in 115 milliseconds