OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sess_maxslots
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/common/
nfsrvstate.h
142
uint32_t
sess_maxslots
;
member in struct:nfsdsession
/src/sys/fs/nfs/server/
nfs_nfsdserv.c
3882
sep->
sess_maxslots
= fxdr_unsigned(uint32_t, *tl++);
3883
if (sep->
sess_maxslots
> NFSV4_SLOTS)
3884
sep->
sess_maxslots
= NFSV4_SLOTS;
3929
*tl++ = txdr_unsigned(sep->
sess_maxslots
);
Completed in 30 milliseconds
Indexes created Thu Nov 06 02:09:54 GMT 2025