Home
last modified time | relevance | path

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

/netbsd/sys/fs/nfs/common/
H A Dxdr_subs.h81 (t)->tv_sec = ntohl(((struct nfsv4_time *)(f))->nfsv4_sec); \
82 (t)->tv_nsec = (ntohl(((struct nfsv4_time *)(f))->nfsv4_nsec) % \
87 ((struct nfsv4_time *)(t))->nfsv4_highsec = 0; \
88 ((struct nfsv4_time *)(t))->nfsv4_sec = htonl((f)->tv_sec); \
89 ((struct nfsv4_time *)(t))->nfsv4_nsec = htonl((f)->tv_nsec); \
H A Dnfsproto.h672 struct nfsv4_time { struct
677 typedef struct nfsv4_time nfstime4; argument