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

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs.h320 /* Check if an nfs2_timeval (uint32_t) can be stored in the system time. */
485 struct nfs2_timeval { struct
489 typedef struct nfs2_timeval nfs2_timeval; typedef in typeref:struct:nfs2_timeval
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 *);
[all...]
H A Dnfs_log.h220 nfs2_timeval sa_atime;
221 nfs2_timeval sa_mtime;
/illumos-gate/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)
417 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime))
419 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime))
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log_xdr.c328 if (!xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_atime))
330 return (xdr_nfs2_timeval(xdrs, (nfs2_timeval *)&objp->sa_mtime));
H A Dnfs_xdr.c1166 xdr_nfs2_timeval(XDR *xdrs, struct nfs2_timeval *tv)

Completed in 76 milliseconds