Home
last modified time | relevance | path

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

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