OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ND_SAVEREPLY
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/nfs/server/
nfs_nfsdsocket.c
528
* For V2 and 3, set the
ND_SAVEREPLY
flag for the recent request
533
nd->nd_flag |=
ND_SAVEREPLY
;
593
if (nd->nd_repstat && (nd->nd_flag &
ND_SAVEREPLY
) &&
607
nd->nd_flag &= ~
ND_SAVEREPLY
;
852
nd->nd_flag |=
ND_SAVEREPLY
;
nfs_nfsdkrpc.c
385
(nd->nd_flag &
ND_SAVEREPLY
) != 0) {
nfs_nfsdcache.c
500
* For UDP, save it if
ND_SAVEREPLY
is set
501
* For TCP, save it if
ND_SAVEREPLY
and nfsrc_tcpnonidempotent is set
505
((nd->nd_flag &
ND_SAVEREPLY
) && (rp->rc_flag & RC_UDP)) ||
506
((nd->nd_flag &
ND_SAVEREPLY
) && !(rp->rc_flag & RC_UDP) &&
nfs_nfsdstate.c
5796
nd->nd_flag |=
ND_SAVEREPLY
;
/src/sys/fs/nfs/common/
nfs.h
615
#define
ND_SAVEREPLY
0x00000002
Completed in 82 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025