Home
last modified time | relevance | path

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

/freebsd-head/sys/fs/nfsserver/
HDnfs_nfsdserv.c56 extern struct timeval nfsboottime;
1135 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_write()
1136 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_write()
2219 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_commit()
2220 *tl = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_commit()
5873 *tl++ = txdr_unsigned(nfsboottime.tv_sec); in nfsrvd_copy_file_range()
5874 *tl++ = txdr_unsigned(nfsboottime.tv_usec); in nfsrvd_copy_file_range()
HDnfs_nfsdstate.c50 extern struct timeval nfsboottime;
1350 if (nfsboottime.tv_sec == 0) in nfsrv_servertimer()
1351 NFSSETBOOTTIME(nfsboottime); in nfsrv_servertimer()
/freebsd-head/sys/fs/nfsclient/
HDnfs_clvfsops.c82 extern struct timeval nfsboottime;
1561 clval = (u_int64_t)nfsboottime.tv_sec; in mountnfs()
HDnfs_clrpcops.c72 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()
5344 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* Client owner */ in nfsrpc_exchangeid()
5484 *tl++ = txdr_unsigned(nfsboottime.tv_sec); /* time stamp */ in nfsrpc_createsession()
/freebsd-head/sys/fs/nfs/
HDnfs_commonsubs.c65 struct timeval nfsboottime; /* Copy boottime once, so it never changes */ variable
949 NFSSETBOOTTIME(nfsboottime); in newnfs_init()