Searched refs:nfsv3_time (Results 1 - 6 of 6) sorted by relevance

/freebsd-11.0-release/sys/nfs/
H A Dxdr_subs.h73 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
74 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
78 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
79 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
H A Dnfsproto.h389 struct nfsv3_time { struct
393 typedef struct nfsv3_time nfstime3;
/freebsd-11.0-release/sys/fs/nfs/
H A Dxdr_subs.h69 (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \
70 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
74 ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \
75 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
H A Dnfsproto.h664 struct nfsv3_time { struct
668 typedef struct nfsv3_time nfstime3;
/freebsd-11.0-release/contrib/tcpdump/
H A Dnfs.h275 struct nfsv3_time { struct
279 typedef struct nfsv3_time nfstime3;
/freebsd-11.0-release/lib/libstand/
H A Dnfs.c135 struct nfsv3_time { struct
151 struct nfsv3_time fa_atime;
152 struct nfsv3_time fa_mtime;
153 struct nfsv3_time fa_ctime;

Completed in 163 milliseconds