Home
last modified time | relevance | path

Searched refs:pdvp (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/common/fs/
H A Dxattr.c842 vnode_t *pdvp; in xattr_copy() local
868 pdvp = gfs_file_parent(sdvp); in xattr_copy()
869 error = VOP_GETATTR(pdvp, &xvattr.xva_vattr, 0, cr, ct); in xattr_copy()
873 pdvp = gfs_file_parent(tdvp); in xattr_copy()
874 error = VOP_SETATTR(pdvp, &xvattr.xva_vattr, 0, cr, ct); in xattr_copy()