Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h551 struct nfs2_timeval { struct
555 typedef struct nfs2_timeval nfs2_timeval; argument
572 struct nfs2_timeval na_atime; /* time of last access */
573 struct nfs2_timeval na_mtime; /* time of last modification */
574 struct nfs2_timeval na_ctime; /* time of last change */
635 struct nfs2_timeval sa_atime; /* time of last access */
636 struct nfs2_timeval sa_mtime; /* time of last modification */
847 extern bool_t xdr_nfs2_timeval(XDR *, struct nfs2_timeval *);
H A Dnfs_log.h223 nfs2_timeval sa_atime;
224 nfs2_timeval sa_mtime;
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfs_log_xdr.c31 static bool_t xdr_nfs2_timeval(XDR *, nfs2_timeval *);
65 xdr_nfs2_timeval(XDR *xdrs, nfs2_timeval *objp) in xdr_nfs2_timeval()
415 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime)) in xdr_nfslog_sattr()
417 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime)) in xdr_nfslog_sattr()
/illumos-gate/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()