ZFS_TIME_ENCODE
ZFS_TIME_ENCODE(&xoap->xoa_createtime, crtime);
ZFS_TIME_ENCODE(&vap->va_atime, lr->lr_atime);
ZFS_TIME_ENCODE(&vap->va_mtime, lr->lr_mtime);
ZFS_TIME_ENCODE(&vap->va_atime, zp->z_atime);
ZFS_TIME_ENCODE(&vap->va_mtime, mtime);
ZFS_TIME_ENCODE(&xoap->xoa_createtime, times);
ZFS_TIME_ENCODE(&now, zp->z_atime);
ZFS_TIME_ENCODE(&now, mtime);
ZFS_TIME_ENCODE(&now, ctime);
ZFS_TIME_ENCODE(&now, crtime);
ZFS_TIME_ENCODE(&now, ctime);
ZFS_TIME_ENCODE(&vap->va_atime, atime);
ZFS_TIME_ENCODE(&now, atime);
ZFS_TIME_ENCODE(&vap->va_mtime, mtime);
ZFS_TIME_ENCODE(&now, mtime);