Home
last modified time | relevance | path

Searched refs:bh_timestamp (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/uts/common/nfs/
H A Dnfs_log.h82 timestruc32_t bh_timestamp; /* When the buffer was created */ member
94 timestruc32_t bh_timestamp; /* When the buffer was created */ member
/titanic_50/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c235 if (!xdr_timestruc32_t(xdrs, &objp->bh_timestamp)) in xdr_nfslog_buffer_header()
H A Dnfslog_elf.c1361 nfsl_get_date((time_t)bufhdr->bh_timestamp.tv_sec)); in nfsl_elf_buffer_header_print()
/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c137 return (xdr_timestruc32_t(xdrs, &objp->bh_timestamp));
H A Dnfs_log.c1284 TIMESPEC_TO_TIMESPEC32(&lh.bh_timestamp, &now); in create_buffer_header()