Searched refs:nfsboottime (Results 1 – 5 of 5) sorted by relevance
55 extern struct timeval nfsboottime;956 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()957 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()2015 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()2016 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()
44 extern struct timeval nfsboottime;1075 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()1076 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
83 extern struct timeval nfsboottime;1390 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
65 extern struct timeval nfsboottime;838 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()839 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()886 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()4491 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()4607 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
65 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable468 NFSSETBOOTTIME(nfsboottime); in newnfs_init()