Searched refs:ZFS_TIME_DECODE (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c127 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime);
316 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime);
443 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime);
788 ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime);
789 ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime);
H A Dzfs_ctldir.c244 ZFS_TIME_DECODE(&zcp->zc_cmtime, crtime);
H A Dzfs_vnops.c2639 ZFS_TIME_DECODE(&xoap->xoa_createtime, times);
2665 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime);
2666 ZFS_TIME_DECODE(&vap->va_mtime, mtime);
2667 ZFS_TIME_DECODE(&vap->va_ctime, ctime);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h268 #define ZFS_TIME_DECODE(tp, stmp) \ macro

Completed in 74 milliseconds