OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZFS_TIME_ENCODE
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_log.c
173
ZFS_TIME_ENCODE
(&xoap->xoa_createtime, crtime);
588
ZFS_TIME_ENCODE
(&vap->va_atime, lr->lr_atime);
589
ZFS_TIME_ENCODE
(&vap->va_mtime, lr->lr_mtime);
zfs_znode.c
1042
ZFS_TIME_ENCODE
(&now, crtime);
1043
ZFS_TIME_ENCODE
(&now, ctime);
1046
ZFS_TIME_ENCODE
(&vap->va_atime, atime);
1048
ZFS_TIME_ENCODE
(&now, atime);
1052
ZFS_TIME_ENCODE
(&vap->va_mtime, mtime);
1054
ZFS_TIME_ENCODE
(&now, mtime);
1201
ZFS_TIME_ENCODE
(&xoap->xoa_createtime, times);
1646
ZFS_TIME_ENCODE
(&now, zp->z_atime);
1650
ZFS_TIME_ENCODE
(&now, mtime);
1658
ZFS_TIME_ENCODE
(&now, ctime)
[
all
...]
zfs_vnops.c
3812
ZFS_TIME_ENCODE
(&vap->va_atime, zp->z_atime);
3818
ZFS_TIME_ENCODE
(&vap->va_mtime, mtime);
/src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
zfs_znode.h
300
#define
ZFS_TIME_ENCODE
(tp, stmp) \
Completed in 31 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026