Searched refs:nfsboottime (Results 1 – 5 of 5) sorted by relevance
53 extern struct timeval nfsboottime;955 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()956 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()2014 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()2015 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()
42 extern struct timeval nfsboottime;1069 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()1070 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
80 extern struct timeval nfsboottime;1273 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
61 extern struct timeval nfsboottime;833 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()834 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()881 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()4490 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()4606 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
60 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable463 NFSSETBOOTTIME(nfsboottime); in newnfs_init()