ufs_chown
if ((error = ufs_chown(vp, vap->va_uid, vap->va_gid, cred)) != 0)
static int ufs_chown (struct vnode *, uid_t, gid_t, struct ucred *);