Home
last modified time | relevance | path

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); in zfs_replay_xvattr()
334 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create_acl()
468 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create()
828 ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime); in zfs_replay_setattr()
829 ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime); in zfs_replay_setattr()
H A Dzfs_vnops.c2841 ZFS_TIME_DECODE(&xoap->xoa_createtime, times); in zfs_getattr()
2878 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); in zfs_getattr()
2879 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr()
2880 ZFS_TIME_DECODE(&vap->va_ctime, ctime); in zfs_getattr()
H A Dzfs_ctldir.c238 ZFS_TIME_DECODE(&zcp->zc_cmtime, crtime); in zfsctl_create()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h289 #define ZFS_TIME_DECODE(tp, stmp) \ macro