Searched refs:nfs2_timeval (Results 1 – 5 of 5) sorted by relevance
485 struct nfs2_timeval { struct489 typedef struct nfs2_timeval nfs2_timeval; typedef506 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 *);
220 nfs2_timeval sa_atime;221 nfs2_timeval sa_mtime;
33 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()
329 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()
1166 xdr_nfs2_timeval(XDR *xdrs, struct nfs2_timeval *tv) in xdr_nfs2_timeval()