Searched refs:nfsboottime (Results 1 – 5 of 5) sorted by relevance
56 extern struct timeval nfsboottime;1125 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()1126 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()2191 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()2192 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()5808 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_copy_file_range()5809 *tl++ = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_copy_file_range()
50 extern struct timeval nfsboottime;1345 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()1346 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
82 extern struct timeval nfsboottime;1558 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
72 extern struct timeval nfsboottime;1049 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()1050 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()1197 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()5338 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()5478 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
65 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable950 NFSSETBOOTTIME(nfsboottime); in newnfs_init()