Searched defs:nfs2_timeval (Results 1 - 1 of 1) 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...]

Completed in 80 milliseconds