ZFS_TIME_DECODE
ZFS_TIME_DECODE(&zcp->zc_cmtime, crtime);
ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime);
ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime);
ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime);
ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime);
ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime);
ZFS_TIME_DECODE(&xoap->xoa_createtime, times);
ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime);
ZFS_TIME_DECODE(&vap->va_mtime, mtime);
ZFS_TIME_DECODE(&vap->va_ctime, ctime);