Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dzfs_replay.c130 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime); in zfs_replay_xvattr()
319 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create_acl()
455 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create()
922 ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime); in zfs_replay_setattr()
923 ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime); in zfs_replay_setattr()
H A Dzfs_ctldir.c359 ZFS_TIME_DECODE(&dot_zfs->cmtime, crtime); in zfsctl_create()
1961 ZFS_TIME_DECODE(&zc->zc_cmtime, crtime); in zfsctl_create()
H A Dzfs_vnops.c3230 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); in zfs_getattr()
3231 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr()
3232 ZFS_TIME_DECODE(&vap->va_ctime, ctime); in zfs_getattr()
3233 ZFS_TIME_DECODE(&vap->va_birthtime, crtime); in zfs_getattr()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Dzfs_znode.h307 #define ZFS_TIME_DECODE(tp, stmp) \ macro