OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsv2_sec
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/fs/nfs/common/
old_xdr_subs.h
58
(t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->
nfsv2_sec
); \
66
((struct nfsv2_time *)(t))->
nfsv2_sec
= htonl((f)->tv_sec); \
xdr_subs.h
55
(t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->
nfsv2_sec
); \
63
((struct nfsv2_time *)(t))->
nfsv2_sec
= htonl((f)->tv_sec); \
oldnfsproto.h
386
u_int32_t
nfsv2_sec
;
member in struct:nfsv2_time
nfsproto.h
661
u_int32_t
nfsv2_sec
;
member in struct:nfsv2_time
/src/sys/nfs/
xdr_subs.h
72
(t)->tv_sec = ntohl(((struct nfsv2_time *)(f))->
nfsv2_sec
); \
80
((struct nfsv2_time *)(t))->
nfsv2_sec
= htonl((f)->tv_sec); \
nfsproto.h
261
u_int32_t
nfsv2_sec
;
member in struct:nfsv2_time
nfs_clntsubs.c
180
fp->fa2_ctime.
nfsv2_sec
);
nfs_serv.c
316
if (sp->sa_atime.
nfsv2_sec
!= nfs_xdrneg1) {
321
fxdr_unsigned(u_int32_t,sp->sa_atime.
nfsv2_sec
);
325
if (sp->sa_mtime.
nfsv2_sec
!= nfs_xdrneg1)
/src/sys/fs/nfs/client/
nfs_clcomsubs.c
391
fp->fa2_ctime.
nfsv2_sec
);
/src/sys/fs/nfs/server/
nfs_nfsdport.c
2351
if (sp->sa_atime.
nfsv2_sec
!= newnfs_xdrneg1) {
2356
fxdr_unsigned(u_int32_t,sp->sa_atime.
nfsv2_sec
);
2360
if (sp->sa_mtime.
nfsv2_sec
!= newnfs_xdrneg1)
Completed in 45 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025