Home
last modified time | relevance | path

Searched refs:ZFS_TIME_DECODE (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_replay.c127 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime); in zfs_replay_xvattr()
316 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create_acl()
443 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create()
788 ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime); in zfs_replay_setattr()
789 ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime); in zfs_replay_setattr()
H A Dzfs_vnops.c2681 ZFS_TIME_DECODE(&xoap->xoa_createtime, times); in zfs_getattr()
2707 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); in zfs_getattr()
2708 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr()
2709 ZFS_TIME_DECODE(&vap->va_ctime, ctime); in zfs_getattr()
H A Dzfs_ctldir.c243 ZFS_TIME_DECODE(&zcp->zc_cmtime, crtime); in zfsctl_create()
/titanic_44/usr/src/uts/common/fs/getgen/
H A Dgetgen.c115 ZFS_TIME_DECODE(&crtime_s, crtime); in gg_ioc_get_gen()
/titanic_44/usr/src/uts/common/fs/zev/
H A Dzev_callbacks.c28 ZFS_TIME_DECODE(&mtime_s, mtime); \
29 ZFS_TIME_DECODE(&ctime_s, ctime); \
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_znode.h267 #define ZFS_TIME_DECODE(tp, stmp) \ macro