nfs2_timeval
static bool_t xdr_nfs2_timeval(XDR *, nfs2_timeval *);
if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime))
if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime))
xdr_nfs2_timeval(XDR *xdrs, nfs2_timeval *objp)
if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime))
return (xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime));
xdr_nfs2_timeval(XDR *xdrs, struct nfs2_timeval *tv)
typedef struct nfs2_timeval nfs2_timeval;
struct nfs2_timeval na_atime; /* time of last access */
struct nfs2_timeval na_mtime; /* time of last modification */
struct nfs2_timeval na_ctime; /* time of last change */
struct nfs2_timeval sa_atime; /* time of last access */
struct nfs2_timeval sa_mtime; /* time of last modification */
extern bool_t xdr_nfs2_timeval(XDR *, struct nfs2_timeval *);
nfs2_timeval sa_atime;
nfs2_timeval sa_mtime;