Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c56 extern struct timeval nfsboottime;
1125 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()
1126 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()
2191 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()
2192 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()
5808 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_copy_file_range()
5809 *tl++ = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_copy_file_range()
H A Dnfs_nfsdstate.c50 extern struct timeval nfsboottime;
1350 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()
1351 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvfsops.c82 extern struct timeval nfsboottime;
1561 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
H A Dnfs_clrpcops.c72 extern struct timeval nfsboottime;
1049 if (nfsboottime.tv_sec == 0) in nfsrpc_setclient()
1050 NFSSETBOOTTIME(nfsboottime); in nfsrpc_setclient()
1197 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrpc_setclient()
5338 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()
5478 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
/freebsd/sys/fs/nfs/
H A Dnfs_commonsubs.c65 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable
946 NFSSETBOOTTIME(nfsboottime); in newnfs_init()