OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nfsess_foreslots
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/fs/nfs/common/
nfsclstate.h
67
uint16_t
nfsess_foreslots
;
member in struct:nfsclsession
nfs_commonkrpc.c
864
if ((retval + 1) < sep->
nfsess_foreslots
)
865
sep->
nfsess_foreslots
= (retval + 1);
866
else if ((retval + 1) > sep->
nfsess_foreslots
)
867
sep->
nfsess_foreslots
= (retval < 64) ?
nfs_commonsubs.c
4168
for (i = 0; i < sep->
nfsess_foreslots
; i++) {
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
3899
sep->sess_cbsess.
nfsess_foreslots
= fxdr_unsigned(uint32_t, *tl++);
3939
*tl++ = txdr_unsigned(sep->sess_cbsess.
nfsess_foreslots
);
/src/sys/fs/nfs/client/
nfs_clrpcops.c
4635
sep->
nfsess_foreslots
= fxdr_unsigned(uint16_t, *tl++);
4636
NFSCL_DEBUG(4, "fore slots=%d\n", (int)sep->
nfsess_foreslots
);
Completed in 66 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025