Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs.h485 struct nfs2_timeval { struct
489 typedef struct nfs2_timeval nfs2_timeval; typedef
506 struct nfs2_timeval na_atime; /* time of last access */
507 struct nfs2_timeval na_mtime; /* time of last modification */
508 struct nfs2_timeval na_ctime; /* time of last change */
569 struct nfs2_timeval sa_atime; /* time of last access */
570 struct nfs2_timeval sa_mtime; /* time of last modification */
781 extern bool_t xdr_nfs2_timeval(XDR *, struct nfs2_timeval *);
H A Dnfs_log.h220 nfs2_timeval sa_atime;
221 nfs2_timeval sa_mtime;
/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c33 static bool_t xdr_nfs2_timeval(XDR *, nfs2_timeval *);
67 xdr_nfs2_timeval(XDR *xdrs, nfs2_timeval *objp) in xdr_nfs2_timeval()
417 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime)) in xdr_nfslog_sattr()
419 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime)) in xdr_nfslog_sattr()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c329 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime)) in xdr_nfslog_sattr()
331 return (xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime)); in xdr_nfslog_sattr()
H A Dnfs_xdr.c1166 xdr_nfs2_timeval(XDR *xdrs, struct nfs2_timeval *tv) in xdr_nfs2_timeval()