Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c56 extern struct timeval nfsboottime;
1254 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()
1255 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()
2361 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()
2362 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()
6109 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_copy_file_range()
6110 *tl++ = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_copy_file_range()
H A Dnfs_nfsdstate.c50 extern struct timeval nfsboottime;
1349 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()
1350 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c82 extern struct timeval nfsboottime;
1568 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
H A Dnfs_clrpcops.c73 extern struct timeval nfsboottime;
1050 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()
1051 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()
1198 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()
5641 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
H A Dnfs_clstate.c92 extern struct timeval nfsboottime;
1008 nfs_exchangeboot = nfsboottime.tv_sec; in nfscl_getcl()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c66 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable
982 NFSSETBOOTTIME(nfsboottime); in newnfs_init()