Searched refs:nfsboottime (Results 1 – 5 of 5) sorted by relevance
53 extern struct timeval nfsboottime;944 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()945 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()1993 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()1994 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()
42 extern struct timeval nfsboottime;1070 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()1071 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
80 extern struct timeval nfsboottime;1262 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
54 extern struct timeval nfsboottime;824 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()825 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()872 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()4433 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()4549 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
58 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable457 NFSSETBOOTTIME(nfsboottime); in newnfs_init()