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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c168 ZFS_TIME_ENCODE(&xoap->xoa_createtime, crtime);
593 ZFS_TIME_ENCODE(&vap->va_atime, lr->lr_atime);
594 ZFS_TIME_ENCODE(&vap->va_mtime, lr->lr_mtime);
H A Dzfs_znode.c876 ZFS_TIME_ENCODE(&now, crtime);
877 ZFS_TIME_ENCODE(&now, ctime);
880 ZFS_TIME_ENCODE(&vap->va_atime, atime);
882 ZFS_TIME_ENCODE(&now, atime);
886 ZFS_TIME_ENCODE(&vap->va_mtime, mtime);
888 ZFS_TIME_ENCODE(&now, mtime);
1020 ZFS_TIME_ENCODE(&xoap->xoa_createtime, times);
1373 ZFS_TIME_ENCODE(&now, zp->z_atime);
1377 ZFS_TIME_ENCODE(&now, mtime);
1385 ZFS_TIME_ENCODE(
[all...]
H A Dzfs_vnops.c3204 ZFS_TIME_ENCODE(&vap->va_atime, zp->z_atime);
3210 ZFS_TIME_ENCODE(&vap->va_mtime, mtime);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h261 #define ZFS_TIME_ENCODE(tp, stmp) \ macro

Completed in 58 milliseconds