nfsv3_time 262 nfs/nfsproto.h struct nfsv3_time { nfsv3_time 266 nfs/nfsproto.h typedef struct nfsv3_time nfstime3; nfsv3_time 72 nfs/xdr_subs.h (t)->tv_sec = ntohl(((struct nfsv3_time *)(f))->nfsv3_sec); \ nfsv3_time 73 nfs/xdr_subs.h (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \ nfsv3_time 76 nfs/xdr_subs.h ((struct nfsv3_time *)(t))->nfsv3_sec = htonl((f)->tv_sec); \ nfsv3_time 77 nfs/xdr_subs.h ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \