Home
last modified time | relevance | path

Searched refs:nfsboottime (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/fs/nfsserver/
HDnfs_nfsdserv.c53 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()
HDnfs_nfsdstate.c42 extern struct timeval nfsboottime;
1069 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()
1070 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
/NextBSD/sys/fs/nfsclient/
HDnfs_clvfsops.c80 extern struct timeval nfsboottime;
1273 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
HDnfs_clrpcops.c61 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()
/NextBSD/sys/fs/nfs/
HDnfs_commonsubs.c60 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable
463 NFSSETBOOTTIME(nfsboottime); in newnfs_init()