Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode_os.c589 ZFS_TIME_DECODE(&tmp_ts, atime); in zfs_znode_alloc()
591 ZFS_TIME_DECODE(&tmp_ts, mtime); in zfs_znode_alloc()
593 ZFS_TIME_DECODE(&tmp_ts, ctime); in zfs_znode_alloc()
595 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_znode_alloc()
1267 ZFS_TIME_DECODE(&tmp_ts, atime); in zfs_rezget()
1269 ZFS_TIME_DECODE(&tmp_ts, mtime); in zfs_rezget()
1271 ZFS_TIME_DECODE(&tmp_ts, ctime); in zfs_rezget()
1273 ZFS_TIME_DECODE(&zp->z_btime, btime); in zfs_rezget()
1422 ZFS_TIME_DECODE(&tmp_ts, mtime); in zfs_tstamp_update_setup()
1432 ZFS_TIME_DECODE(&tmp_ts, ctime); in zfs_tstamp_update_setup()
/src/sys/contrib/openzfs/module/zfs/
H A Dzfs_replay.c144 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime); in zfs_replay_xvattr()
354 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create_acl()
503 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create()
795 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lrrw->lr_wcrtime); in zfs_replay_rename_whiteout()
987 ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime); in zfs_replay_setattr()
988 ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime); in zfs_replay_setattr()
/src/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h148 #define ZFS_TIME_DECODE(tp, stmp) \ macro
/src/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h171 #define ZFS_TIME_DECODE(tp, stmp) \ macro
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c371 ZFS_TIME_DECODE(&dot_zfs->cmtime, crtime); in zfsctl_create()
H A Dzfs_vnops_os.c2124 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); in zfs_getattr()
2125 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr()
2126 ZFS_TIME_DECODE(&vap->va_ctime, ctime); in zfs_getattr()
2127 ZFS_TIME_DECODE(&vap->va_birthtime, crtime); in zfs_getattr()