Home
last modified time | relevance | path

Searched refs:NFSV4_SLOTS (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/nfs/
H A Dnfs_commonkrpc.c1174 if (slot >= NFSV4_SLOTS || in newnfs_request()
1226 (retval < NFSV4_SLOTS) ? in newnfs_request()
1227 (retval + 1) : NFSV4_SLOTS; in newnfs_request()
1508 for (i = sep->nfsess_foreslots; i < NFSV4_SLOTS; i++) { in nfs_resetslots()
H A Dnfsrvstate.h175 struct nfsslot sess_slots[NFSV4_SLOTS];
H A Dnfs.h53 #define NFSV4_SLOTS 64 /* Number of slots, fore channel */ macro
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c4813 if (sep->sess_maxslots > NFSV4_SLOTS) in nfsrvd_createsession()
4814 sep->sess_maxslots = NFSV4_SLOTS; in nfsrvd_createsession()
4878 if (sep->sess_cbsess.nfsess_foreslots > NFSV4_SLOTS) in nfsrvd_createsession()
4879 sep->sess_cbsess.nfsess_foreslots = NFSV4_SLOTS; in nfsrvd_createsession()
H A Dnfs_nfsdstate.c6103 sep->sess_slots, NULL, NFSV4_SLOTS - 1); in nfsrv_checksequence()
6141 *highest_slotidp = *target_highest_slotidp = NFSV4_SLOTS - 1; in nfsrv_checksequence()
6418 for (i = 0; i < NFSV4_SLOTS; i++) in nfsrv_freesession()
/freebsd/sys/fs/nfsclient/
H A Dnfs_clrpcops.c5622 *tl++ = txdr_unsigned(NFSV4_SLOTS); /* Max slots */ in nfsrpc_createsession()
5694 } else if (sep->nfsess_foreslots > NFSV4_SLOTS) in nfsrpc_createsession()
5695 sep->nfsess_foreslots = NFSV4_SLOTS; in nfsrpc_createsession()