Searched refs:tpvp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/uts/common/fs/ |
H A D | xattr.c | 1122 vnode_t *spvp, *tpvp; in xattr_dir_rename() local 1142 tpvp = spvp; in xattr_dir_rename() 1143 VN_HOLD(tpvp); in xattr_dir_rename() 1150 error = xattr_dir_realdir(tdvp, &tpvp, LOOKUP_XATTR, cr, ct); in xattr_dir_rename() 1160 tpvp = tdvp; in xattr_dir_rename() 1164 error = VOP_RENAME(spvp, snm, tpvp, tnm, cr, ct, flags); in xattr_dir_rename() 1167 VN_RELE(tpvp); in xattr_dir_rename()
|