Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_trans.c577 newte->starttime = logrec->re_header.rh_timestamp; in trans_read()
578 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_read()
603 logrec->re_header.rh_timestamp.tv_sec) in trans_read()
605 logrec->re_header.rh_timestamp; in trans_read()
646 newte->starttime = logrec->re_header.rh_timestamp; in trans_write()
647 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_write()
681 logrec->re_header.rh_timestamp.tv_sec) { in trans_write()
683 logrec->re_header.rh_timestamp; in trans_write()
728 newte->starttime = logrec->re_header.rh_timestamp; in trans_setattr()
729 newte->lastupdate = logrec->re_header.rh_timestamp; in trans_setattr()
[all …]
H A Dnfs_log_xdr.c253 if (!xdr_timestruc32_t(xdrs, &objp->rh_timestamp)) in xdr_nfslog_record_header()
H A Dnfslog_elf.c1304 nfsl_get_time((time_t)lhp->rh_timestamp.tv_sec)); in nfsl_elf_record_header_print()
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_log.h120 timestruc32_t rh_timestamp; /* time stamp of the request */ member