OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsboottime
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
55
extern struct timeval
nfsboottime
;
956
*tl++ = txdr_unsigned(
nfsboottime
.tv_sec);
957
*tl = txdr_unsigned(
nfsboottime
.tv_usec);
2015
*tl++ = txdr_unsigned(
nfsboottime
.tv_sec);
2016
*tl = txdr_unsigned(
nfsboottime
.tv_usec);
nfs_nfsdstate.c
44
extern struct timeval
nfsboottime
;
1071
* Make sure
nfsboottime
is set. This is used by V3 as well
1072
* as V4. Note that
nfsboottime
is not nfsrvboottime, which is
1075
if (
nfsboottime
.tv_sec == 0)
1076
NFSSETBOOTTIME(
nfsboottime
);
/src/sys/fs/nfs/client/
nfs_clrpcops.c
65
extern struct timeval
nfsboottime
;
838
if (
nfsboottime
.tv_sec == 0)
839
NFSSETBOOTTIME(
nfsboottime
);
886
*tl++ = txdr_unsigned(
nfsboottime
.tv_sec);
4491
*tl++ = txdr_unsigned(
nfsboottime
.tv_sec); /* Client owner */
4607
*tl++ = txdr_unsigned(
nfsboottime
.tv_sec); /* time stamp */
nfs_clvfsops.c
83
extern struct timeval
nfsboottime
;
1390
clval = (u_int64_t)
nfsboottime
.tv_sec;
/src/sys/fs/nfs/common/
nfs_commonsubs.c
65
struct timeval
nfsboottime
; /* Copy boottime once, so it never changes */
variable in typeref:struct:timeval
468
NFSSETBOOTTIME(
nfsboottime
);
Completed in 26 milliseconds
Indexes created Mon Oct 13 16:09:52 GMT 2025