Home
last modified time | relevance | path

Searched refs:sess_maxslots (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfsrvstate.h183 uint32_t sess_maxslots; member
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c4524 sep->sess_maxslots = fxdr_unsigned(uint32_t, *tl++); in nfsrvd_createsession()
4525 if (sep->sess_maxslots > NFSV4_SLOTS) in nfsrvd_createsession()
4526 sep->sess_maxslots = NFSV4_SLOTS; in nfsrvd_createsession()
4571 *tl++ = txdr_unsigned(sep->sess_maxslots); in nfsrvd_createsession()