Searched refs:ZFS_TIME_DECODE (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | zfs_replay.c | 127 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 D | zfs_vnops.c | 2682 ZFS_TIME_DECODE(&xoap->xoa_createtime, times); in zfs_getattr() 2708 ZFS_TIME_DECODE(&vap->va_atime, zp->z_atime); in zfs_getattr() 2709 ZFS_TIME_DECODE(&vap->va_mtime, mtime); in zfs_getattr() 2710 ZFS_TIME_DECODE(&vap->va_ctime, ctime); in zfs_getattr()
|
H A D | zfs_ctldir.c | 244 ZFS_TIME_DECODE(&zcp->zc_cmtime, crtime); in zfsctl_create()
|
/titanic_50/usr/src/uts/common/fs/getgen/ |
H A D | getgen.c | 115 ZFS_TIME_DECODE(&crtime_s, crtime); in gg_ioc_get_gen()
|
/titanic_50/usr/src/uts/common/fs/zev/ |
H A D | zev_callbacks.c | 28 ZFS_TIME_DECODE(&mtime_s, mtime); \ 29 ZFS_TIME_DECODE(&ctime_s, ctime); \
|
/titanic_50/usr/src/uts/common/fs/zfs/sys/ |
H A D | zfs_znode.h | 268 #define ZFS_TIME_DECODE(tp, stmp) \ macro
|