HomeSort by: relevance | last modified time | path
    Searched refs:nfsv3_time (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/lib/libsa/
nfsv3.h 46 struct nfsv3_time { struct
70 struct nfsv3_time fa_atime;
71 struct nfsv3_time fa_mtime;
72 struct nfsv3_time fa_ctime;
  /src/sys/fs/nfs/common/
old_xdr_subs.h 75 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
76 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
80 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
81 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
xdr_subs.h 71 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
72 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
76 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
77 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
oldnfsproto.h 391 struct nfsv3_time { struct
395 typedef struct nfsv3_time nfstime3;
nfsproto.h 666 struct nfsv3_time { struct
670 typedef struct nfsv3_time nfstime3;
  /src/sys/nfs/
xdr_subs.h 89 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
90 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
93 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
94 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
nfsproto.h 266 struct nfsv3_time { struct
270 typedef struct nfsv3_time nfstime3;

Completed in 43 milliseconds