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

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

Completed in 201 milliseconds