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

/freebsd-10-stable/sys/nfs/
H A Dxdr_subs.h74 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
79 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
H A Dnfsproto.h391 u_int32_t nfsv3_nsec; member in struct:nfsv3_time
/freebsd-10-stable/sys/fs/nfs/
H A Dxdr_subs.h70 (t)->tv_nsec = ntohl(((struct nfsv3_time *)(f))->nfsv3_nsec); \
75 ((struct nfsv3_time *)(t))->nfsv3_nsec = htonl((f)->tv_nsec); \
H A Dnfsproto.h690 u_int32_t nfsv3_nsec; member in struct:nfsv3_time
/freebsd-10-stable/contrib/tcpdump/
H A Dprint-nfs.c246 sa3->sa_atime.nfsv3_nsec = EXTRACT_32BITS(dp);
257 sa3->sa_mtime.nfsv3_nsec = EXTRACT_32BITS(dp);
280 sa3->sa_atime.nfsv3_nsec);
283 sa3->sa_mtime.nfsv3_nsec);
1190 EXTRACT_32BITS(&fap->fa3_atime.nfsv3_nsec));
1193 EXTRACT_32BITS(&fap->fa3_mtime.nfsv3_nsec));
1196 EXTRACT_32BITS(&fap->fa3_ctime.nfsv3_nsec));
1499 EXTRACT_32BITS(&sfp->fs_timedelta.nfsv3_nsec));
H A Dnfs.h278 u_int32_t nfsv3_nsec; member in struct:nfsv3_time
/freebsd-10-stable/sys/nfsserver/
H A Dnfs_serv.c3584 sip->fs_timedelta.nfsv3_nsec = txdr_unsigned(1);

Completed in 117 milliseconds