Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_znode_impl.h137 #define ZFS_TIME_DECODE(tp, stmp) \ macro
147 #define ZFS_TIME_DECODE(tp, stmp) \ macro
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzfs_replay.c140 ZFS_TIME_DECODE(&xoap->xoa_createtime, crtime); in zfs_replay_xvattr()
347 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create_acl()
486 ZFS_TIME_DECODE(&xva.xva_vattr.va_ctime, lr->lr_crtime); in zfs_replay_create()
842 ZFS_TIME_DECODE(&vap->va_atime, lr->lr_atime); in zfs_replay_setattr()
843 ZFS_TIME_DECODE(&vap->va_mtime, lr->lr_mtime); in zfs_replay_setattr()
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_znode_impl.h164 #define ZFS_TIME_DECODE(tp, stmp) \ macro
/f-stack/freebsd/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_znode.c600 ZFS_TIME_DECODE(&ip->i_atime, atime); in zfs_znode_alloc()
601 ZFS_TIME_DECODE(&ip->i_mtime, mtime); in zfs_znode_alloc()
602 ZFS_TIME_DECODE(&ip->i_ctime, ctime); in zfs_znode_alloc()
1266 ZFS_TIME_DECODE(&ZTOI(zp)->i_atime, atime); in zfs_rezget()
1267 ZFS_TIME_DECODE(&ZTOI(zp)->i_mtime, mtime); in zfs_rezget()
1268 ZFS_TIME_DECODE(&ZTOI(zp)->i_ctime, ctime); in zfs_rezget()
1420 ZFS_TIME_DECODE(&(ZTOI(zp)->i_mtime), mtime); in zfs_tstamp_update_setup()
1429 ZFS_TIME_DECODE(&(ZTOI(zp)->i_ctime), ctime); in zfs_tstamp_update_setup()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_ctldir.c366 ZFS_TIME_DECODE(&dot_zfs->cmtime, crtime); in zfsctl_create()
H A Dzfs_vnops_os.c2151 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); in zfs_getattr()
2152 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr()
2153 ZFS_TIME_DECODE(&vap->va_ctime, ctime); in zfs_getattr()
2154 ZFS_TIME_DECODE(&vap->va_birthtime, crtime); in zfs_getattr()