Searched refs:nfsboottime (Results 1 – 5 of 5) sorted by relevance
56 extern struct timeval nfsboottime;1135 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()1136 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()2219 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()2220 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()5873 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_copy_file_range()5874 *tl++ = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_copy_file_range()
50 extern struct timeval nfsboottime;1350 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()1351 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
82 extern struct timeval nfsboottime;1561 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
72 extern struct timeval nfsboottime;1050 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()1051 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()1198 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()5344 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()5484 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
65 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable949 NFSSETBOOTTIME(nfsboottime); in newnfs_init()