Home
last modified time | relevance | path

Searched refs:nfsv3_time (Results 1 – 2 of 2) sorted by relevance

/third_party/NuttX/fs/nfs/
Dxdr_subs.h98 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
99 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
103 (t)->nfsv3_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
104 (t)->nfsv3_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
109 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
110 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
115 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->nfsv3_sec); \
116 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->nfsv3_nsec); \
Dnfs_proto.h255 struct nfsv3_time struct
260 typedef struct nfsv3_time nfstime3; argument