Searched refs:nfsv2_usec (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/nfs/
H A Dxdr_subs.h59 if (((struct nfsv2_time *)(f))->nfsv2_usec != 0xffffffff) \
60 (t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
68 ((struct nfsv2_time *)(t))->nfsv2_usec = htonl((f)->tv_nsec / 1000); \
70 ((struct nfsv2_time *)(t))->nfsv2_usec = 0xffffffff; \
H A Dnfsproto.h387 u_int32_t nfsv2_usec; member in struct:nfsv2_time
/freebsd-12-stable/sys/fs/nfs/
H A Dxdr_subs.h56 if (((struct nfsv2_time *)(f))->nfsv2_usec != 0xffffffff) \
57 (t)->tv_nsec = 1000 * ntohl(((struct nfsv2_time *)(f))->nfsv2_usec); \
65 ((struct nfsv2_time *)(t))->nfsv2_usec = htonl((f)->tv_nsec / 1000); \
67 ((struct nfsv2_time *)(t))->nfsv2_usec = 0xffffffff; \
H A Dnfsproto.h712 u_int32_t nfsv2_usec; member in struct:nfsv2_time
/freebsd-12-stable/contrib/tcpdump/
H A Dnfs.h270 uint32_t nfsv2_usec; member in struct:nfsv2_time
H A Dprint-nfs.c1101 EXTRACT_32BITS(&fap->fa2_atime.nfsv2_usec)));
1104 EXTRACT_32BITS(&fap->fa2_mtime.nfsv2_usec)));
1107 EXTRACT_32BITS(&fap->fa2_ctime.nfsv2_usec)));
/freebsd-12-stable/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c267 nap->na_gen = fxdr_unsigned(u_int32_t,fp->fa2_ctime.nfsv2_usec);

Completed in 181 milliseconds